Commit b9ab93e1086b3b6e263bbb056241769e54fc4396
Exists in
master
and in
4 other branches
Merge pull request #930 from benphelps/patch-1
Fix typo in wiki page 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,7 +11,7 @@ | ||
11 | = preserve do | 11 | = preserve do |
12 | = markdown @wiki.content | 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 | - if can? current_user, :admin_wiki, @project | 15 | - if can? current_user, :admin_wiki, @project |
16 | = link_to project_wiki_path(@project, @wiki), :confirm => "Are you sure you want to delete this page?", :method => :delete do | 16 | = link_to project_wiki_path(@project, @wiki), :confirm => "Are you sure you want to delete this page?", :method => :delete do |
17 | Delete this page | 17 | Delete this page |