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

8 lines
174 B
Plaintext
Raw Normal View History

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