Fix #4463: Missing link to recent changes in pools' topbar.

This commit is contained in:
evazion
2020-06-27 02:18:33 -05:00
parent 24e299cf93
commit da40a1cb73

View File

@@ -5,6 +5,9 @@
<% if policy(Pool).create? %>
<%= subnav_link_to "New", new_pool_path %>
<% end %>
<% if PoolVersion.enabled? %>
<%= subnav_link_to "Recent changes", pool_versions_path %>
<% end %>
<%= subnav_link_to "Help", wiki_page_path("help:pools") %>
<% if @pool && !@pool.new_record? %>
<li>|</li>