Sha256: 095770f8ef6501a3ce59bec3fe3fa2e012a74063b2766a2dbfba41a8ece01c60

Contents?: true

Size: 989 Bytes

Versions: 11

Compression:

Stored size: 989 Bytes

Contents

<%- if controller_name != 'sessions' %>
  <%= link_to "Log in", new_session_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 -%>

<%- if devise_mapping.omniauthable? %>
  <%- resource_class.omniauth_providers.each do |provider| %>
    <%= link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider) %><br />
  <% end -%>
<% end -%>

Version data entries

11 entries across 10 versions & 2 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.21 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.20 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.19 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.18 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.18 testing-with-2.1.18/app/views/devise/shared/_links.html.erb
keppler-2.1.17 installer/core/app/views/devise/shared/_links.html.erb
keppler-2.1.16 installer/core/app/views/devise/shared/_links.html.erb
cdx-0.0.3 app/views/cdx/admin/devise/shared/_links.html.erb
cdx-0.0.2 app/views/cdx/admin/devise/shared/_links.html.erb
cdx-0.0.1 app/views/cdx/admin/devise/shared/_links.html.erb