Sha256: 460c4072c9e23ef8970631279ae67288a2528de1b18907ced88ee46440781a75
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
<% user_block do %> <li> <%= link_to('Edit registration', edit_user_registration_path) %> </li> <% end %> <% not_user_block do %> <li> <%= link_to('Register', new_user_registration_path) %> </li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auth-assistant-0.4.0 | app/views/auth_assist/menu/_registration_items.html.erb |