summaryrefslogtreecommitdiff
path: root/app/views/content/_open_erfas_today.html.erb
blob: 468bedc4adbfd0797edeb37fe163bb63eb0a0a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="open_erfas_today">
  <h2><%= t(:open_today) %></h2>
  <ul class="teasertext">
    <% occurrences.each do |occurrence| %>
      <li>
        <%= link_to_path occurrence.node.head.title, occurrence.node.unique_name %>
        <span class="event_time"><%= weekday_abbr(occurrence.start_time) %>&nbsp;<%= occurrence.start_time.strftime("%H:%M") %></span>
      </li>
    <% end %>
  </ul>
</div>