diff --git a/app/controllers/event_news_controller.rb b/app/controllers/event_news_controller.rb index a631490..953fbf6 100644 --- a/app/controllers/event_news_controller.rb +++ b/app/controllers/event_news_controller.rb @@ -566,6 +566,7 @@ class EventNewsController < ApplicationController "notes-head" => t('event_news.notes'), "speaker" => event_news.speaker, "speaker-css" => (event_news.speaker.blank? ? "display: none;" : "display: inline-block;"), + "host-css" => (event_news.host.blank? ? "display: none;" : "display: inline-block;"), "host" => event_news.host, "notes" => event_news.notes, "title" => event_news.title, diff --git a/modules/event_news/show.html.erb b/modules/event_news/show.html.erb index 2d2574e..bdf7787 100644 --- a/modules/event_news/show.html.erb +++ b/modules/event_news/show.html.erb @@ -161,12 +161,14 @@ {{speaker-head}}: {{speaker}} -  /  - - {{host-head}}: - {{host}} + +  /  + + {{host-head}}: + {{host}} + +
{{place_text}}
-
{{place_text}}