mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-24 18:21:22 +00:00
added correct linking to nsltv events
This commit is contained in:
parent
eb43c87f00
commit
0c18e7f9ba
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,11 @@
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
<p class="summary">
|
<p class="summary">
|
||||||
<span class="time"><%= event_start_time(event).strftime("%H:%M %Z") %></span>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue