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

@@ -1,6 +1,6 @@
<div id="c-artists">
<div id="a-show">
<h1>Artist: <%= @artist.name.tr("_", " ") %></h1>
<h1>Artist: <%= link_to @artist.pretty_name, posts_path(:tags => @artist.name), :class => "tag-type-#{@artist.category_name}" %></h1>
<% if @artist.notes.present? && (!@artist.is_banned? || CurrentUser.user.is_member?) %>
<div class="prose">