Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
commit
f1c534c68e
|
@ -11,9 +11,7 @@
|
||||||
%td= i + 1
|
%td= i + 1
|
||||||
%td
|
%td
|
||||||
= link_to wiki_page.created_at.to_s(:short), project_wiki_path(@project, wiki_page, :old_page_id => wiki_page.id)
|
= link_to wiki_page.created_at.to_s(:short), project_wiki_path(@project, wiki_page, :old_page_id => wiki_page.id)
|
||||||
(
|
(#{time_ago_in_words(wiki_page.created_at)}
|
||||||
= time_ago_in_words(wiki_page.created_at)
|
ago)
|
||||||
ago
|
|
||||||
)
|
|
||||||
%td= wiki_page.user.name
|
%td= wiki_page.user.name
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue