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

@@ -15,6 +15,9 @@
<div class="prose">
<%= format_text(forum_post.body) %>
</div>
<% if forum_post.updated_at != forum_post.created_at %>
<p class="info">Updated by <%= link_to forum_post.updater_name, user_path(forum_post.updater_id) %> <%= time_ago_in_words_tagged(forum_post.updated_at) %></p>
<% end %>
<menu>
<li>ID: <%= forum_post.id %></li>
<% if @forum_topic %>