BUR: add link to wiki help page in navbar

This commit is contained in:
nonamethanks
2021-05-24 16:31:23 +02:00
parent ac071b147f
commit b7fa8027a5

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