crawler
This commit is contained in:
9
app/views/crawler/index.html.erb
Normal file
9
app/views/crawler/index.html.erb
Normal 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>
|
||||
1
app/views/crawler/load_attachments.js.erb
Normal file
1
app/views/crawler/load_attachments.js.erb
Normal file
@@ -0,0 +1 @@
|
||||
alert("attachments loaded")neuigkeit.updated_at.try(:utc).try(:to_s)
|
||||
Reference in New Issue
Block a user