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

@@ -5,7 +5,7 @@
<section id="content">
<h1 id="wiki-page-title">
<%= link_to @wiki_page.pretty_title, wiki_page_path(@wiki_page), :class => "tag-type-#{@wiki_page.category_name}" %>
<%= link_to @wiki_page.pretty_title, posts_path(:tags => @wiki_page.title), :class => "tag-type-#{@wiki_page.category_name}" %>
<% if @wiki_page.is_locked? %>
(locked)