Also refactor secondary links to put the <menu> element in the default layout instead of in each _secondary_links partial.
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= subnav_link_to "Sign up", new_user_path %>
|
|
<%= subnav_link_to "Reset Password", new_maintenance_user_password_reset_path %>
|
|
<%= subnav_link_to "Login Reminder", new_maintenance_user_login_reminder_path %>
|
|
<% end %>
|