Sha256: f6b1761337e3c7764ca0a02185f8aad909512f4c5c43347faad7d1e342fc8f4c
Contents?: true
Size: 617 Bytes
Versions: 22
Compression:
Stored size: 617 Bytes
Contents
<small> <%- if controller_name != 'sessions' %> <%= link_to t('accounts.back_to_login'), new_session_path(resource_name) %><br /> <% end -%> <%- if controller_name != 'registrations' && this_blog.allow_signup? %> <%= link_to t('accounts.create_account'), new_registration_path(resource_name) %><br /> <% end -%> <%- if controller_name != 'passwords' && controller_name != 'registrations' %> <%= link_to t('accounts.lost_my_password'), new_password_path(resource_name) %><br /> <% end -%> <%= link_to(t('accounts.back_to_html', place: this_blog.blog_name), this_blog.base_url) %> </small>
Version data entries
22 entries across 22 versions & 1 rubygems