stupid case

master
Coleman 2008-07-03 01:26:54 -05:00
parent f432de0e76
commit fe33cb11e8
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<span style="float: right"><% if allowed_to?(:delete_comment, comment) -%><a href="<%= url(:delete_comment, comment) -%>" onclick="if(!confirm('Are you sure you want to delete this comment?')){return false;}" rel="nofollow"><img src="/images/edit-delete.png" /></a><% end -%></span>
<div class="author">
<cite><%= position + 1 -%>. <%= (comment.url.blank?) ? h(comment.name) : "<a href='#{comment.url}'>#{h(comment.name)}</a>" %></cite>
<cite><%= position + 1 -%>. <%= (comment.url.blank?) ? h(comment.name) : "<a href='#{h(comment.url)}'>#{h(comment.name)}</a>" %></cite>
<abbr title="<%= comment.created_at %>">said <%= time_lost_in_words comment.page.created_at, comment.created_at %> later:</abbr>
</div>
<div class="content">
@ -16,4 +16,4 @@
<% end -%>
</ol>
<br />
<% end -%>
<% end -%>