From 8be7a82279f9f98e44cd2ea3b7d3cb9303383931 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sat, 11 Nov 2017 17:03:32 +0200 Subject: [PATCH 1/2] Delete ':' from program show view --- app/views/admin/programs/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/programs/show.html.haml b/app/views/admin/programs/show.html.haml index 47e50fb658..9cc403e758 100644 --- a/app/views/admin/programs/show.html.haml +++ b/app/views/admin/programs/show.html.haml @@ -20,11 +20,11 @@ %dd = pluralize(@cfp.remaining_days, 'day') %dt - Event types: + Event types %dd = event_types(@conference) %dt - Tracks: + Tracks %dd = tracks(@conference) %dt From 051d1053344d31a31b6e7ac6d6aa9dc6826ac0d1 Mon Sep 17 00:00:00 2001 From: nckmt Date: Thu, 16 Nov 2017 23:32:19 +0200 Subject: [PATCH 2/2] Delete the ' : ' from Tracks --- app/views/admin/programs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/programs/show.html.haml b/app/views/admin/programs/show.html.haml index 9cc403e758..fa30918b5d 100644 --- a/app/views/admin/programs/show.html.haml +++ b/app/views/admin/programs/show.html.haml @@ -20,7 +20,7 @@ %dd = pluralize(@cfp.remaining_days, 'day') %dt - Event types + Event types: %dd = event_types(@conference) %dt