This commit is contained in:
Toks
2013-05-30 19:05:51 -04:00
parent 4d8ed12cc4
commit 0544759dec
3 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<li><%= render "pools/quick_search" %></li>
<li><%= link_to "Listing", pools_path %></li>
<li><%= link_to "New", new_pool_path %></li>
<li><%= link_to "Help", wiki_pages_path(:search => {:title => "help:pools"}) %></li>
<% if CurrentUser.is_member? && @pool && !@pool.new_record? %>
<li>|</li>
<li><%= link_to "Show", pool_path(@pool) %></li>