style updates

This commit is contained in:
albert
2013-03-17 23:48:06 -04:00
parent a52eb3ddc2
commit 04b18abc6e
6 changed files with 17 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<%= format_text(comment.body) %>
<% if comment.updater_id.present? && (comment.updater_id != comment.creator_id || comment.created_at != comment.updated_at) %>
<p class="info">Updated by <%= link_to comment.updater_name, user_path(comment.updater_id) %> <%= time_ago_in_words_tagged(comment.updated_at) %>.</p>
<p class="info">Updated by <%= link_to comment.updater_name, user_path(comment.updater_id) %> <%= time_ago_in_words_tagged(comment.updated_at) %></p>
<% end %>
</div>
<menu>