Name changes: add listing/new/help links to subnav.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<% content_for(:secondary_links) do %>
|
||||
<menu>
|
||||
<li><%= link_to "Listing", user_name_change_requests_path %></li>
|
||||
<li><%= link_to "New", new_user_name_change_request_path %></li>
|
||||
<li><%= link_to "Help", wiki_pages_path(:search => {:title => "help:user_name_change_requests"}) %></li>
|
||||
</menu>
|
||||
<% end %>
|
||||
@@ -42,3 +42,5 @@
|
||||
|
||||
<%= numbered_paginator(@change_requests) %>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
@@ -19,3 +19,5 @@
|
||||
<%= submit_tag "Submit", :data => { :disable_with => "Submitting..." } %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
@@ -84,3 +84,5 @@
|
||||
</section>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
Reference in New Issue
Block a user