fix error

This commit is contained in:
Toks
2013-05-31 12:57:57 -04:00
parent 3a99cb7e81
commit 857a5fe0f2

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.tag.category}" %>
<%= link_to @wiki_page.pretty_title, wiki_page_path(@wiki_page), :class => "tag-type-#{@wiki_page.category_name}" %>
<% if @wiki_page.is_locked? %>
(locked)