Updates views
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
.title
|
||||
%h1=_!conference.title
|
||||
.details
|
||||
%h2.primary=location(conference.city || conference.location) if conference.city_name.present?
|
||||
%h2.primary=location(conference.city || conference.location) if conference.city_name.present? && conference.city_id != 433
|
||||
- if conference.start_date.present? && conference.end_date.present?
|
||||
.secondary
|
||||
= date_span(conference.start_date.to_date, conference.end_date.to_date)
|
||||
|
||||
Reference in New Issue
Block a user