Change "in" to "ago" in last edited message.

3-1-stable
Ben Phelps 2012-06-14 20:51:01 -05:00
parent a78908c697
commit 6ff99fe945
1 changed files with 1 additions and 1 deletions

View File

@ -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