mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
made streamlinks from event description show as link in calendar widget
This commit is contained in:
parent
0b2aad6456
commit
bda00fbef9
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,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 %>
|
||||
|
|
Loading…
Reference in a new issue