mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
16 lines
540 B
Text
16 lines
540 B
Text
- @unread_comments.each do |conference, events|
|
|
.well
|
|
%p.h4= conference.title
|
|
- events.each do |event, comments|
|
|
%h3.title
|
|
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
|
%body
|
|
- comments.each do |comment|
|
|
%hr
|
|
%ul.list-unstyled
|
|
%ul.list-inline
|
|
%li
|
|
%h5.strong Posted by: #{comment.user.name}
|
|
%li
|
|
%h5.strong Created at: #{comment.created_at}
|
|
%li= comment.body
|