zeus.ugent.be/layouts/partials/_tile.erb

8 lines
174 B
Text
Raw Normal View History

2016-07-18 16:31:45 +02:00
<a href="<%= relative_path_to(@article) %>">
<div class="event">
2016-07-27 20:27:28 +02:00
<figure class="image">
<img src='<%= @article[:banner] %>' alt="" />
</figure>
2016-07-18 16:31:45 +02:00
</div>
</a>