Sha256: c82bcd4c88e3a6dd59d7f50b78c6f59e7cd68070dc3fec2f00a552571888438f
Contents?: true
Size: 245 Bytes
Versions: 9
Compression:
Stored size: 245 Bytes
Contents
<% for_any_user :logged_in do %> <li> <%= link_to('Edit registration', edit_user_registration_path) %> </li> <% end %> <% for_any_user :not_logged_in do %> <li> <%= link_to('Register', new_user_registration_path) %> </li> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems