Merge 84e756ef34 into e99287d18a
This commit is contained in:
commit
9c1f65a6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@
|
|||
%h4.title= link_to event.title, admin_conference_program_event_path(event.program.conference.short_title, event)
|
||||
%hr
|
||||
- comments.each do |comment|
|
||||
%h5.strong Posted by: #{comment.user.name} | Created at: #{comment.created_at}
|
||||
%h5.strong Posted by: #{comment.user.nil? ? 'Anonymous' : comment.user.name} | Created at: #{comment.created_at}
|
||||
%p= comment.body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue