Sha256: 59e41485e894d2804330cc6781d87402e697d0f1c614aaee26868c15c546561d
Contents?: true
Size: 510 Bytes
Versions: 50
Compression:
Stored size: 510 Bytes
Contents
<%- if controller_name != 'sessions' %> <%= link_to t(".sign_in"), new_session_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.recoverable? && controller_name != 'passwords' %> <%= link_to t(".forgot_your_password"), new_password_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %> <%= link_to t('.didn_t_receive_unlock_instructions'), new_unlock_path(resource_name) %><br /> <% end -%>
Version data entries
50 entries across 25 versions & 1 rubygems