Sha256: 31f9ef1c1fc09a4c974c3fd6ed95fef86d3b842f23463563c175a9dffaed58a2

Contents?: true

Size: 254 Bytes

Versions: 42

Compression:

Stored size: 254 Bytes

Contents

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

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
rodauth-rails-0.18.1 lib/generators/rodauth/templates/app/views/rodauth/_login_form_footer.html.erb
rodauth-rails-0.18.0 lib/generators/rodauth/templates/app/views/rodauth/_login_form_footer.html.erb