AutoCommit Sam Aug 1 23:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-01 23:03:02 +02:00
parent 2b01a87d15
commit 9933718750
8 changed files with 22 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
<div id="<%= divid_for(comment) %>">
<% if (!comment.anonym) %>
<a class="pull-left media-object" href="#"><%= image_tag comment.thumb_url %></a>
<% end %>
<div class="media-body">
<b><%= (!comment.anonym) ? comment.user.try(:email) : "Anonym" %>
</b> (<%= I18n.l(comment.created_at) %>)