10 lines
254 B
Text
10 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 %>
|