zeus.ugent.be/content/index.erb

11 lines
289 B
Plaintext
Raw Normal View History

2016-07-23 19:17:24 +00:00
<div id="all-events">
<%= render '/partials/_tile.*', article: sorted_articles[0] %>
<div class="pure-g">
<% sorted_articles[1..-1].each do |article| %>
<div class="pure-u-1-3">
<%= render '/partials/_tile.*', article: article %>
</div>
<% end %>
2016-06-17 23:43:41 +00:00
</div>
2016-07-05 20:13:14 +00:00
</div>