From 026697e89b8b14d4fda81ea1b76c6afda96c87cc Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 28 Feb 2008 23:53:57 +0000 Subject: [PATCH] ActionItem166: using helper to format the date nicely --- app/views/content_viewer/_comment.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_viewer/_comment.rhtml b/app/views/content_viewer/_comment.rhtml index 1b71741..5827f61 100644 --- a/app/views/content_viewer/_comment.rhtml +++ b/app/views/content_viewer/_comment.rhtml @@ -9,7 +9,7 @@ :author => link_to( (comment.author ? comment.author.identifier : comment.name), comment.author.url), - :date => comment.created_on } %> + :date => show_time(comment.created_on) } %>
<%= comment.body %> -- libgit2 0.21.2