Sha256: 3aeec5cbbeed8dba9ba16ab07861c3551b26fa55629a90b6656632d1aac99209
Contents?: true
Size: 941 Bytes
Versions: 16
Compression:
Stored size: 941 Bytes
Contents
<%- if controller_name != 'sessions' %> <%= link_to t("faalis.sign_in"), new_session_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.registerable? && controller_name != 'registrations' %> <%= link_to t("faalis.sign_up"), new_registration_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %> <%= link_to t("faalis.forgot_your_password"), new_password_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> <%= link_to t("faalis.didnt_receive_confirmation_instructions"), new_confirmation_path(resource_name) %><br /> <% end -%> <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %> <%= link_to t("faalis.didnt_receive_unlock_instructions"), new_unlock_path(resource_name) %><br /> <% end -%>
Version data entries
16 entries across 16 versions & 1 rubygems