From fe33cb11e8571bda7207cd0fa608d2248e90bbd5 Mon Sep 17 00:00:00 2001 From: Coleman Date: Thu, 3 Jul 2008 01:26:54 -0500 Subject: [PATCH] stupid case --- app/views/pages/_comments.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/_comments.html.erb b/app/views/pages/_comments.html.erb index 766168a..ff43c22 100644 --- a/app/views/pages/_comments.html.erb +++ b/app/views/pages/_comments.html.erb @@ -6,7 +6,7 @@ <% if allowed_to?(:delete_comment, comment) -%><% end -%>
- <%= position + 1 -%>. <%= (comment.url.blank?) ? h(comment.name) : "#{h(comment.name)}" %> + <%= position + 1 -%>. <%= (comment.url.blank?) ? h(comment.name) : "#{h(comment.name)}" %> said <%= time_lost_in_words comment.page.created_at, comment.created_at %> later:
@@ -16,4 +16,4 @@ <% end -%>
-<% end -%> \ No newline at end of file +<% end -%>