From c08f4b7bb7f3ed70d8cb1c17fcc384fa113f5fb1 Mon Sep 17 00:00:00 2001 From: Phil Manijak Date: Sun, 19 Jan 2014 01:05:11 -0800 Subject: [PATCH] Guests: UX: Show day before each time It's easy to get lost in the list and forget what day you're looking at, so put a reminder in there. --- guests/volunteers.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guests/volunteers.html b/guests/volunteers.html index 6e21b0b..a903779 100644 --- a/guests/volunteers.html +++ b/guests/volunteers.html @@ -1,4 +1,4 @@ -
Volunteers
+
Volunteers.
@@ -17,7 +17,7 @@
Volunteers

Friday

-
{{slot.time}}
+
Friday: {{slot.time}}
Location: {{slot.location}}
Role: {{slot.role}}
Specifics: {{slot.detail}}
@@ -28,7 +28,7 @@

Friday

Saturday

-
{{slot.time}}
+
Saturday: {{slot.time}}
Location: {{slot.location}}
Role: {{slot.role}}
Specifics: {{slot.detail}}
@@ -39,7 +39,7 @@

Saturday

Sunday

-
{{slot.time}}
+
Sunday: {{slot.time}}
Location: {{slot.location}}
Role: {{slot.role}}
Specifics: {{slot.detail}}
@@ -47,4 +47,4 @@

Sunday

- +

Thank you.