mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 09:06:06 +10:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user