diff --git a/app/views/wiki_pages/index.html.erb b/app/views/wiki_pages/index.html.erb index 3cc739c41..4f2cac3e7 100644 --- a/app/views/wiki_pages/index.html.erb +++ b/app/views/wiki_pages/index.html.erb @@ -13,7 +13,7 @@ <% @wiki_pages.each do |wiki_page| %> - <%= link_to wiki_page.pretty_title, wiki_page_path(wiki_page, :noredirect => 1) %> + <%= link_to_wiki wiki_page.title %> <%= time_ago_in_words_tagged(wiki_page.updated_at) %> <% end %>