summaryrefslogtreecommitdiff
path: root/app/views/content
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/content')
-rw-r--r--app/views/content/_open_erfas_today.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/content/_open_erfas_today.html.erb b/app/views/content/_open_erfas_today.html.erb
index 3448af3..468bedc 100644
--- a/app/views/content/_open_erfas_today.html.erb
+++ b/app/views/content/_open_erfas_today.html.erb
@@ -4,7 +4,7 @@
4 <% occurrences.each do |occurrence| %> 4 <% occurrences.each do |occurrence| %>
5 <li> 5 <li>
6 <%= link_to_path occurrence.node.head.title, occurrence.node.unique_name %> 6 <%= link_to_path occurrence.node.head.title, occurrence.node.unique_name %>
7 <span class="event_time"><%= occurrence.start_time.strftime("%H:%M") %></span> 7 <span class="event_time"><%= weekday_abbr(occurrence.start_time) %>&nbsp;<%= occurrence.start_time.strftime("%H:%M") %></span>
8 </li> 8 </li>
9 <% end %> 9 <% end %>
10 </ul> 10 </ul>