Revert "Add timeline to page about old boards"
This reverts commit c0f206db
This commit is contained in:
parent
546980087e
commit
9be3bf937c
2 changed files with 23 additions and 35 deletions
|
@ -10,38 +10,30 @@ narrow_page: true
|
|||
|
||||
<p>Alle vorige besturen van Zeus, van nu tot het prille begin.</p>
|
||||
|
||||
<div class="timeline">
|
||||
<% all_bestuur.each do |year, bestuur| %>
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content board-content">
|
||||
<h2><%= academic_year_string(year) %></h2>
|
||||
|
||||
<table class="table board-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Functie</th>
|
||||
<th>Naam</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% bestuur.each do |lid| %>
|
||||
<tr>
|
||||
<td>
|
||||
<%= lid[:rol] %>
|
||||
</td>
|
||||
<td>
|
||||
<%= lid[:naam] %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<h2><%= academic_year_string(year) %></h2>
|
||||
|
||||
<table class="table board-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Functie</th>
|
||||
<th>Naam</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% bestuur.each do |lid| %>
|
||||
<tr>
|
||||
<td>
|
||||
<%= lid[:rol] %>
|
||||
</td>
|
||||
<td>
|
||||
<%= lid[:naam] %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<% end %>
|
||||
<header class="timeline-header">
|
||||
<span class="tag is-primary is-medium">Het begin</span>
|
||||
</header>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -65,10 +65,6 @@ table.board-table {
|
|||
}
|
||||
}
|
||||
|
||||
.board-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#contact-icons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue