Merge branch 'verenigingen' of github.ugent.be:ZeusWPI/durfdoen-2.0 into verenigingen
This commit is contained in:
commit
01c291467a
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
<h1> <%= item[:naam] %> </h1>
|
||||
<h2> Het bestuur: </h2>
|
||||
<ul>
|
||||
<% if item[:bestuur] %>
|
||||
<% for persoon in item[:bestuur] %>
|
||||
<li> <%= persoon[:functie] %>: <%= persoon[:naam] %> </li>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</ul>
|
||||
<%= yield %>
|
||||
<%= yield %>
|
||||
|
|
Loading…
Reference in a new issue