Sha256: 84b82bef42fd090b275694c81cfe67f9aa4e414c0db5377361a43a39f11515d3
Contents?: true
Size: 1.56 KB
Versions: 5
Compression:
Stored size: 1.56 KB
Contents
<hr/> <!-- <%- if controller_name != 'sessions' %> <p> <%= t('already_have_an_account', default: "Already have an account?") %> <%= link_to t("log_in", :default => "Log In"), new_session_path(resource_name) %> </p> <% end -%> --> <!-- <%- if devise_mapping.registerable? && controller_name != 'registrations' %> <p> <%= t('dont_have_an_account', default: "Don't have an account?") %> <%= link_to t("create_it", :default => "Create it"), new_registration_path(resource_name) %> </p> <% end -%> --> <%- if devise_mapping.recoverable? && controller_name != 'passwords' %> <p> <%= t('forgot_your_password', default: 'Forgot your password?') %> <%= link_to t("reset_it", :default => "Reset it"), new_password_path(resource_name) %> </p> <% end -%> <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> <%= link_to t("didnt_receive_confirmation_instructions", :default => "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 t("didnt_receive_unlock_instructions", :default => "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 t("sign_in_with_provider", :default => "Sign in with %{provider}") % {provider: provider.to_s.titleize}, omniauth_authorize_path(resource_name, provider) %><br /> <% end -%> <% end -%>
Version data entries
5 entries across 5 versions & 1 rubygems