Add auth and ruby update
This commit is contained in:
parent
5d50194f39
commit
fbf6923835
43 changed files with 614 additions and 64 deletions
9
app/views/rodauth/_login_form_footer.html.erb
Normal file
9
app/views/rodauth/_login_form_footer.html.erb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<% 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 %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue