a11yist/app/views/rodauth/_login_form_footer.html.erb
2024-09-22 21:57:05 +02:00

9 lines
254 B
Text

<% 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 %>