mirror of
https://github.com/openSUSE/osem.git
synced 2026-02-05 19:51:11 -05:00
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
- @unread_comments.each do |conference, events|
|
|
.panel.panel-default
|
|
.panel-heading
|
|
%h4.title.panel-title= conference.title
|
|
.panel-body
|
|
- events.each do |event, comments|
|
|
.notifications
|
|
%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}
|
|
%p= comment.body
|