Sha256: bf7afb57e36b952a29d036596bfce5ffdfbb0796a07468e042b4e8e65f200fcd

Contents?: true

Size: 1.35 KB

Versions: 20

Compression:

Stored size: 1.35 KB

Contents

<%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
  <%= link_to t('Forgot_your_password'), new_password_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.confirmable? && controller_name != 'confirmations' && !user_signed_in? %>
  <%= link_to t("Didnt_receive_confirmation_instructions"), new_confirmation_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' && !user_signed_in? %>
  <%= link_to t('Didnt_receive_unlock_instructions'), new_unlock_path(resource_name) %><br />
<% end -%>

<%- if devise_mapping.omniauthable? %>
  <%- resource_class.omniauth_providers.each do |provider| %>
    <%= link_to "#{t('Sign_in_with')} #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %><br />
  <% end -%>
<% end -%>

<%- if controller_name != 'sessions' && !user_signed_in? %>
  <br/>
  <legend><%= t('Already_a_member') %></legend>
  <%= link_to t("Sign_in"), new_session_path(resource_name), :class => "sign_in_link_in_links btn" %><br />
<% end -%>

<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
  <br/>
  <legend><%= t('Not_already_a_member') %></legend>
  <%= link_to t("Sign_up"), new_registration_path(resource_name), :class => "sign_up_link_in_links btn btn-warning" %><br />
<% end -%>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
authentifyd-0.3.0 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.2.0 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.6 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.5 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.4 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.3 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.2 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0.1 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.1.0 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.16 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.15 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.14 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.13 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.12 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.11 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.10 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.9 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.8 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.7 app/views/authentifyd/devise/shared/_links.erb
authentifyd-0.0.6 app/views/authentifyd/devise/shared/_links.erb