Name changes: add listing/new/help links to subnav.

This commit is contained in:
evazion
2017-01-15 00:54:16 +00:00
parent d31a0c23f3
commit f0bdf565fe
4 changed files with 13 additions and 0 deletions

View File

@@ -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 %>

View File

@@ -42,3 +42,5 @@
<%= numbered_paginator(@change_requests) %>
</div>
<%= render "secondary_links" %>

View File

@@ -19,3 +19,5 @@
<%= submit_tag "Submit", :data => { :disable_with => "Submitting..." } %>
</div>
<% end %>
<%= render "secondary_links" %>

View File

@@ -84,3 +84,5 @@
</section>
<% end %>
</div>
<%= render "secondary_links" %>