diff --git a/app/controllers/events_controller.rb b/app/controllers/events_controller.rb index 819a26781..19eb96821 100644 --- a/app/controllers/events_controller.rb +++ b/app/controllers/events_controller.rb @@ -130,16 +130,17 @@ def event_params :created_by_id, :location_id, :title, + :pre_title, :videoconference_url, :rhino_header, :rhino_description, + :autoshow_cost, :autoshow_date, - :autoshow_time, - :autoshow_registration, :autoshow_location, - :autoshow_videoconference_url, - :autoshow_cost, + :autoshow_registration, + :autoshow_time, :autoshow_title, + :autoshow_videoconference_url, :pre_title, :featured, :start_date, :end_date, diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 1100ce1e1..b4b5ff288 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -21,7 +21,7 @@ <% if @event.autoshow_title %>
<% if @event.pre_title.present? %> -

<%= @event.pre_title %>

+

<%= @event.pre_title %>

<% end %>

<%= @event.title %>