diff --git a/tmpls/day.html b/tmpls/day.html index 8736ca9f..ea793349 100644 --- a/tmpls/day.html +++ b/tmpls/day.html @@ -4,7 +4,7 @@
<%= cal.locale.events %>
<% if(all_day.length) {%> -
+
<%= cal.locale.all_day %>
<% _.each(all_day, function(event){ %> @@ -16,8 +16,8 @@
<% }; %> <% if(before_time.length) {%> -
-
<%= cal.locale.before_time %>
+
+
<%= cal.locale.before_time %>
<% _.each(before_time, function(event){ %>
@@ -27,7 +27,7 @@
<% }; %> -
+
<% _.each(by_hour, function(event){ %>
<%= event.title %> @@ -48,9 +48,9 @@
<% if(after_time.length) {%> -
-
<%= cal.locale.after_time %>
-
+
+
<%= cal.locale.after_time %>
+
<% _.each(after_time, function(event){ %>
<%= event.title %> @@ -59,5 +59,4 @@
<% }; %> -
-
+
\ No newline at end of file