mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +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.panel-header
|
%panel.panel-header
|
||||||
%h4.title
|
%h4.title
|
||||||
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
%ul.list-unstyled
|
||||||
= conference.title
|
%li= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||||
|
%li= conference.title
|
||||||
%hr
|
%hr
|
||||||
-event.comment_threads.each do |comment|
|
-event.comment_threads.each do |comment|
|
||||||
%panel-body
|
%panel-body
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@
|
||||||
%panel
|
%panel
|
||||||
%panel.panel-header
|
%panel.panel-header
|
||||||
%h4.title
|
%h4.title
|
||||||
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
%ul.list-unstyled
|
||||||
= conference.title
|
%li= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||||
|
%li= conference.title
|
||||||
%hr
|
%hr
|
||||||
-event.comment_threads.find_comments_by_user(current_user).each do |comment|
|
-event.comment_threads.find_comments_by_user(current_user).each do |comment|
|
||||||
%panel-body
|
%panel-body
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@
|
||||||
%panel
|
%panel
|
||||||
%panel.panel-header
|
%panel.panel-header
|
||||||
%h4.title
|
%h4.title
|
||||||
= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
%ul.list-unstyled
|
||||||
= conference.title
|
%li= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||||
|
%li= conference.title
|
||||||
%hr
|
%hr
|
||||||
-event.comment_threads.find_since_last_login(current_user).each do |comment|
|
-event.comment_threads.find_since_last_login(current_user).each do |comment|
|
||||||
%panel-body
|
%panel-body
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
%li= link_to("New comment for: #{unread_comment.commentable.title}", admin_conference_event_path(unread_comment.commentable.conference.short_title, unread_comment.commentable_id))
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue