Thema's hebben niet echt een dsa logo.

This commit is contained in:
mcbloch 2020-08-28 19:36:54 +02:00
parent 24af65f299
commit 10ee26ea88

View file

@ -1,7 +1,7 @@
<h1> Themas </h1>
<ul>
<% for theme in themes %>
<img src="https://dsa.ugent.be/api/verenigingen/<%= theme.tr(" ", "_") %>/logo?size=medium" alt="<%= theme %>">
<%= "<img src=/assets/themas/" ++ theme.tr(" ", "_") ++ ".png alt=" ++ theme %>
<li> <%= link_to(theme, "/thema/"++theme.tr(" ", "_")) %> </li>
<% end %>
</ul>