Sha256: d09f07659e3987264d5d6b48bb6531bdde8fc0cecef9051c84fd98a21a5fbc1e
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
publify_core-10.0.2 | app/views/devise/shared/_links.html.erb |