Link Livestream
This commit is contained in:
parent
1fb9cd3670
commit
0170cb3ffe
2 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,8 @@
|
|||
<% end %>
|
||||
<% if @item[:video] %>
|
||||
<li class="fas fa-video" title="Videoaufzeichnung"><% if @item[:video][/^https?:/] %><a href="<%= @item[:video] %>">Videoaufzeichnung</a><% else %><%= datalink(@item[:video], 'Videoaufzeichnung') %><% end %></li>
|
||||
<% elsif @item[:videostream] %>
|
||||
<li class="fas fa-video" title="Video-Livestream"><% if @item[:videostream][/^https?:/] %><a href="<%= @item[:videostream] %>">Video-Livestream</a><% else %><%= datalink(@item[:videostream], 'Video-Livestream') %><% end %></li>
|
||||
<% end %>
|
||||
<% if @item[:audio] %>
|
||||
<li class="fas fa-music" title="Audiomitschnitt"><% if @item[:audio][/^https?:/] %><a href="<%= @item[:audio] %>">Audiomitschnitt</a><% else %><%= datalink(@item[:audio], 'Audiomitschnitt') %><% end %></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue