a11yist/app/views/rodauth/_login_form_footer.html.erb

10 lines
254 B
Text
Raw Normal View History

2024-09-22 21:57:05 +02:00
<% unless rodauth.login_form_footer_links.empty? %>
<%== rodauth.login_form_footer_links_heading %>
<ul>
<% rodauth.login_form_footer_links.sort.each do |_, link, text| %>
<li><%= link_to text, link %></li>
<% end %>
</ul>
<% end %>