Commit 6ff99fe9457fcfe831fbe3d3a1ef477d9a327330
1 parent
a78908c6
Exists in
master
and in
4 other branches
Change "in" to "ago" in last edited message.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/wikis/show.html.haml
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | = preserve do |
12 | 12 | = markdown @wiki.content |
13 | 13 | |
14 | -%p.time Last edited by #{@wiki.user.name}, in #{time_ago_in_words @wiki.created_at} | |
14 | +%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago | |
15 | 15 | - if can? current_user, :admin_wiki, @project |
16 | 16 | = link_to project_wiki_path(@project, @wiki), :confirm => "Are you sure you want to delete this page?", :method => :delete do |
17 | 17 | Delete this page | ... | ... |