Sha256: 66e30683fcea65e61b1a45f1ba8c1a63d9a1d506239f3c0daf1ffff59b13e20b

Contents?: true

Size: 1.31 KB

Versions: 11

Compression:

Stored size: 1.31 KB

Contents

<%= content_tag(:h4, 'Or do something else') if controller_name != 'sessions' %>
<ul>
  <%- if controller_name != 'sessions' %>
    <li>
      <%= link_to 'Sign in', new_session_path(resource_name) %>
    </li>
  <% end -%>

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

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

  <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
    <li>
      <%= link_to 'Re-send confirmation instructions?', new_confirmation_path(resource_name) %>
    </li>
  <% end -%>

  <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
    <li>
      <%= link_to 'Are you locked out of your account?', new_unlock_path(resource_name) %>
    </li>
  <% end -%>

  <%- if devise_mapping.omniauthable? %>
    <%- resource_class.omniauth_providers.each do |provider| %>
      <li><%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %></li>
    <% end -%>
  <% end -%>
</ul>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
orats-0.9.4 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.9.3 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.9.2 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.9.1 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.9.0 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.8.1 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.8.0 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.7.3 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.7.2 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.7.1 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb
orats-0.7.0 lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb