Merge pull request #4805 from nonamethanks/add-bur-help-link

BUR: add link to wiki help page in navbar
This commit is contained in:
evazion
2021-06-02 15:17:32 -05:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
<% content_for(:secondary_links) do %>
<%= subnav_link_to "Listing", bulk_update_requests_path %>
<%= subnav_link_to "New", new_bulk_update_request_path %>
<%= subnav_link_to "Help", wiki_page_path("help:bulk_update_requests") %>
<% end %>