Add links to external audio recordings to all talks that lack recordings. (#78)
* Add facility to add external audio recordings. Signed-off-by: Thomas Hochstein <thh@inter.net> * Add external audio recordings for 2017 talks. Signed-off-by: Thomas Hochstein <thh@inter.net> * Add external audio recordings for 2016 talks. Signed-off-by: Thomas Hochstein <thh@inter.net> * Add external audio recordings for 2015 talk(s). Signed-off-by: Thomas Hochstein <thh@inter.net> * Add external audio recordings for 2017/07. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
22f187d730
commit
512f327c40
13 changed files with 13 additions and 10 deletions
|
|
@ -70,7 +70,7 @@
|
|||
</li>
|
||||
<% end %>
|
||||
<% if @item[:audio] %>
|
||||
<li class="icon-music" title="Audiomitschnitt"> <%= datalink(@item[:audio], 'Audiomitschnitt') %></li>
|
||||
<li class="icon-music" title="Audiomitschnitt"><% if @item[:audio][/^https?:/] %><a href="<%= @item[:audio] %>">Audiomitschnitt</a><% else %><%= datalink(@item[:audio], 'Audiomitschnitt') %><% end %></li>
|
||||
<% end %>
|
||||
<% if @item[:material] %>
|
||||
<li class="icon-pencil commaseparated" title="Begleitmaterial und Folien">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue