From 857a5fe0f2e77ccd91ca632b7d29a6c265bcc1d8 Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 31 May 2013 12:57:57 -0400 Subject: [PATCH] fix error --- app/views/wiki_pages/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki_pages/show.html.erb b/app/views/wiki_pages/show.html.erb index be237ab02..aa42987b0 100644 --- a/app/views/wiki_pages/show.html.erb +++ b/app/views/wiki_pages/show.html.erb @@ -5,7 +5,7 @@

- <%= 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)