mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
event title and conference title in 2 different lines now in view
This commit is contained in:
parent
cd2a52023b
commit
7ba3cfd473
4 changed files with 9 additions and 8 deletions
|
|
@ -5,8 +5,9 @@
|
|||
%panel
|
||||
%panel.panel-header
|
||||
%h4.title
|
||||
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||
= conference.title
|
||||
%ul.list-unstyled
|
||||
%li= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||
%li= conference.title
|
||||
%hr
|
||||
-event.comment_threads.find_since_last_login(current_user).each do |comment|
|
||||
%panel-body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue