Commit 026697e89b8b14d4fda81ea1b76c6afda96c87cc

Authored by AntonioTerceiro
1 parent 48e940b0

ActionItem166: using helper to format the date nicely


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1525 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/_comment.rhtml
... ... @@ -9,7 +9,7 @@
9 9 :author => link_to(
10 10 (comment.author ? comment.author.identifier : comment.name),
11 11 comment.author.url),
12   - :date => comment.created_on } %>
  12 + :date => show_time(comment.created_on) } %>
13 13 </div>
14 14 <div class="comment-text">
15 15 <%= comment.body %>
... ...