Thema's hebben niet echt een dsa logo.
This commit is contained in:
parent
24af65f299
commit
10ee26ea88
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue