Sha256: 580f0ec03cb3366559a53952a94099651672b5ed1072fa1cd060c7c74f2dd56d

Contents?: true

Size: 1.11 KB

Versions: 26

Compression:

Stored size: 1.11 KB

Contents

<%- if controller_name != 'sessions' %>
  <%= link_to t("devise.sign_in"), new_session_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
  <%= link_to t("devise.sessions.sign_up"), new_registration_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
  <%= link_to t("devise.passwords.forgot"), 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 #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %><br />
  <% end -%>
<% end -%>

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.3.0.pre.4 app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.3.0.pre.3 app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.3.0.pre.2 app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.3.0.pre.1 app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.3.0.pre.0 app/views/gaku/devise/shared/_links.html.erb
gaku-0.2.4 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.2.4 app/views/gaku/devise/shared/_links.html.erb
gaku-0.2.3 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.2.3 app/views/gaku/devise/shared/_links.html.erb
gaku-0.2.2 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.2.2 app/views/gaku/devise/shared/_links.html.erb
gaku-0.2.1 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.2.1 app/views/gaku/devise/shared/_links.html.erb
gaku-0.2.0 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.2.0 app/views/gaku/devise/shared/_links.html.erb
gaku-0.1.1 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.1.1 app/views/gaku/devise/shared/_links.html.erb
gaku-0.1.0 frontend/app/views/gaku/devise/shared/_links.html.erb
gaku_frontend-0.1.0 app/views/gaku/devise/shared/_links.html.erb