Commit b9ab93e1086b3b6e263bbb056241769e54fc4396

Authored by Valeriy Sizov
2 parents a78908c6 6ff99fe9

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