Sha256: e70380de4d45a9b71a478d9878f97b958c6f8200c2c0ee36cb8ccbb64f0efd54
Contents?: true
Size: 1.09 KB
Versions: 71
Compression:
Stored size: 1.09 KB
Contents
<%- if controller_name != "sessions" %> <p class="text-center"> <%= link_to t("devise.shared.links.sign_in"), new_session_path(resource_name) %> </p> <% end -%> <%- if devise_mapping.registerable? && controller_name != "registrations" %> <p class="text-center"> <%= link_to t("devise.shared.links.sign_up"), new_registration_path(resource_name) %> </p> <% end -%> <%- if devise_mapping.recoverable? && controller_name != "passwords" %> <p class="text-center"> <%= link_to t("devise.shared.links.forgot_your_password"), new_password_path(resource_name) %> </p> <% end -%> <%- if devise_mapping.confirmable? && controller_name != "confirmations" %> <p class="text-center"> <%= link_to t("devise.shared.links.didn_t_receive_confirmation_instructions"), new_confirmation_path(resource_name) %> </p> <% end -%> <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != "unlocks" %> <p class="text-center"> <%= link_to t("devise.shared.links.didn_t_receive_unlock_instructions"), new_unlock_path(resource_name) %> </p> <% end -%>
Version data entries
71 entries across 71 versions & 2 rubygems