Updates views

This commit is contained in:
2023-07-17 20:05:35 +00:00
parent 0f08affd23
commit 58c21b5e4a
6 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -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)