Fix #4463: Missing link to recent changes in pools' topbar.
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
<% if policy(Pool).create? %>
|
<% if policy(Pool).create? %>
|
||||||
<%= subnav_link_to "New", new_pool_path %>
|
<%= subnav_link_to "New", new_pool_path %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% if PoolVersion.enabled? %>
|
||||||
|
<%= subnav_link_to "Recent changes", pool_versions_path %>
|
||||||
|
<% end %>
|
||||||
<%= subnav_link_to "Help", wiki_page_path("help:pools") %>
|
<%= subnav_link_to "Help", wiki_page_path("help:pools") %>
|
||||||
<% if @pool && !@pool.new_record? %>
|
<% if @pool && !@pool.new_record? %>
|
||||||
<li>|</li>
|
<li>|</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user