diff options
author | Ben Phelps <bphelpsen@gmail.com> | 2012-06-14 20:51:01 -0500 |
---|---|---|
committer | Ben Phelps <bphelpsen@gmail.com> | 2012-06-14 20:51:01 -0500 |
commit | 6ff99fe9457fcfe831fbe3d3a1ef477d9a327330 (patch) | |
tree | 7129d9ceb78f33b6064cb0f1d222fcac8d1e5094 | |
parent | a78908c6970f4e29841bb4c470b3ed856b0e66d4 (diff) | |
download | gitlab-ce-6ff99fe9457fcfe831fbe3d3a1ef477d9a327330.tar.gz |
Change "in" to "ago" in last edited message.
-rw-r--r-- | app/views/wikis/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wikis/show.html.haml b/app/views/wikis/show.html.haml index e7f879f9cec..32f7f337c8a 100644 --- a/app/views/wikis/show.html.haml +++ b/app/views/wikis/show.html.haml @@ -11,7 +11,7 @@ = preserve do = markdown @wiki.content -%p.time Last edited by #{@wiki.user.name}, in #{time_ago_in_words @wiki.created_at} +%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago - if can? current_user, :admin_wiki, @project = link_to project_wiki_path(@project, @wiki), :confirm => "Are you sure you want to delete this page?", :method => :delete do Delete this page |