Sha256: 709f461556d41f12c9465ef4906e8a645cd6671d5dbfc3e1996d65e5ba38426f

Contents?: true

Size: 911 Bytes

Versions: 6

Compression:

Stored size: 911 Bytes

Contents

<%- if controller_name != 'sessions' %>
  <%= link_to _("Sign in"), new_session_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
  <%= link_to _("Sign up"), new_registration_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
  <%= link_to _("Forgot your password?"), new_password_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
  <%= link_to _("Didn't 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 _("Didn't receive unlock instructions?"), new_unlock_path(resource_name) %><br />
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dashstrap-1.1.0 app/views/devise/shared/_links.erb
dashstrap-1.0.0 app/views/devise/shared/_links.erb
dashstrap-0.2.3 app/views/devise/shared/_links.erb
dashstrap-0.2.2 app/views/devise/shared/_links.erb
dashstrap-0.2.1 app/views/devise/shared/_links.erb
dashstrap-0.2.0 app/views/devise/shared/_links.erb