Commit e54246d3 authored by Riyad Preukschas's avatar Riyad Preukschas

Merge pull request #2561 from MrHammy/master

Fix to pages links
parents f0c4e94d c913f40c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment