Files
fetsite/app/views/crawler/index.html.erb
Andreas Stephanides 036f90e6e5 crawler
2015-04-22 18:43:24 +02:00

10 lines
236 B
Plaintext

<h2>HTU News</h2>
<table>
<% @crawlobjs.each do |co| %>
<tr> <td> <%= render co %> </td>
<td>
<%= link_to "move_to_news",move_to_news_crawler_path(co) %>
<%= render co.something unless co.something.nil? %>
</td> </tr><% end %>
</table>