added correct linking to nsltv events

This commit is contained in:
Absurdon 2017-04-04 12:16:32 +02:00
parent bda00fbef9
commit 807fe267dc

View file

@ -35,7 +35,11 @@
<div class="entry">
<p class="summary">
<span class="time"><%= event_start_time(event).strftime("%H:%M %Z") %></span>
<%= event.summary %>
<%= event.summary %><% if event.description %>
<%= link_to event.description, event.description %>
<% else %>
(no caster yet)
<% end %>
</p>
</div>
<% end %>