This commit is contained in:
Andreas Stephanides
2015-04-22 18:43:24 +02:00
parent de215c16eb
commit 036f90e6e5
10 changed files with 146 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
<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>

View File

@@ -0,0 +1 @@
alert("attachments loaded")neuigkeit.updated_at.try(:utc).try(:to_s)