diff --git a/app/views/wikis/pages.html.haml b/app/views/wikis/pages.html.haml index 7421d8f967548ebd0f9e3a7f4b33ec891e213787..04253a8963ba0e24107d3a1a8c7ac15d6ec39b96 100644 --- a/app/views/wikis/pages.html.haml +++ b/app/views/wikis/pages.html.haml @@ -10,7 +10,7 @@ - @wikis.each_with_index do |wiki_page, i| %tr %td - = link_to wiki_page.title, project_wiki_path(@project, wiki_page, old_page_id: wiki_page.id) + = link_to wiki_page.title, project_wiki_path(@project, wiki_page) (#{time_ago_in_words(wiki_page.created_at)} ago) %td= wiki_page.slug