demarches-normaliennes/app/views/users/shared/_links.html.erb

7 lines
285 B
Text
Raw Normal View History

2015-09-23 10:02:01 +02:00
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
2016-02-08 19:32:18 +01:00
<%= link_to "S'inscrire", new_registration_path(resource_name), {class: 'btn btn-sm btn-success'} %><br />
2015-09-23 10:02:01 +02:00
<% end -%>
2016-02-08 19:32:18 +01:00
<br>
<%= link_to "Mot de passe oublié ?", new_password_path(resource_name) %><br />