Make large wiki/artist/pool title link to tag search

This commit is contained in:
Toks
2014-10-13 17:44:40 -04:00
parent af4810bcd0
commit ed6b08e65b
5 changed files with 14 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<div id="a-show">
<h1>
<%= @pool.pretty_category %>:
<%= link_to @pool.pretty_name, pool_path(@pool), :class => "pool-category-#{@pool.category}" %>
<%= link_to @pool.pretty_name, posts_path(:tags => "pool:#{@pool.id}"), :class => "pool-category-#{@pool.category}" %>
<% if @pool.is_deleted? %>
<span class="inactive">(deleted)</span>
<% end %>