mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
14 lines
532 B
Text
14 lines
532 B
Text
.panel.well
|
|
-@ordered_events.each do |event|
|
|
- if event.comment_threads.find_comments_by_user(current_user).count > 0
|
|
%panel
|
|
%panel.panel-header
|
|
%h4.title
|
|
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
|
%hr
|
|
-event.comment_threads.find_comments_by_user(current_user).each do |comment|
|
|
%panel-body
|
|
%ul.list-unstyled
|
|
%li= comment.body
|
|
%li Created at: #{comment.created_at}
|
|
%hr
|