parent
220ad92766
commit
23dfc4d3bd
2 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
<div class="note-comment" style="margin-top: 5px">
|
||||
<% if comment.author.nil? -%>
|
||||
<div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t ".#{comment.event}_at_html", :when => friendly_date(comment.created_at) %></div>
|
||||
<div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t ".#{comment.event}_at_html", :when => friendly_date_ago(comment.created_at) %></div>
|
||||
<% else -%>
|
||||
<div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t ".#{comment.event}_at_by_html", :when => friendly_date(comment.created_at), :user => note_author(comment.author, :only_path => false) %></div>
|
||||
<div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t ".#{comment.event}_at_by_html", :when => friendly_date_ago(comment.created_at), :user => note_author(comment.author, :only_path => false) %></div>
|
||||
<% end -%>
|
||||
<div class="note-comment-text"><%= comment.body %></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue