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

4 lines
162 B
Text
Raw Normal View History

2015-09-23 10:02:01 +02:00
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
2015-10-07 18:14:10 +02:00
<%= link_to "S'inscrire", new_registration_path(resource_name) %><br />
2015-09-23 10:02:01 +02:00
<% end -%>