Sha256: 735d9653e0d71c17d14598eaf291b7cede8e9610559029c10e80d3fd40f67611
Contents?: true
Size: 821 Bytes
Versions: 82
Compression:
Stored size: 821 Bytes
Contents
<%- if controller_name != 'sessions' %> <%= link_to t('devise.sessions.link'), new_session_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.registerable? && controller_name != 'registrations' %> <%= link_to t('devise.registrations.link'), new_registration_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.recoverable? && controller_name != 'passwords' %> <%= link_to t('devise.passwords.link'), new_password_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> <%= link_to t('devise.confirmations.link'), new_confirmation_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.lockable? && controller_name != 'unlocks' %> <%= link_to t('devise.unlocks.link'), new_unlock_path(resource_name) %><br /> <% end -%>
Version data entries
82 entries across 82 versions & 10 rubygems