summaryrefslogtreecommitdiff
path: root/web/views/sources/index.erb
diff options
context:
space:
mode:
Diffstat (limited to 'web/views/sources/index.erb')
-rw-r--r--web/views/sources/index.erb20
1 files changed, 0 insertions, 20 deletions
diff --git a/web/views/sources/index.erb b/web/views/sources/index.erb
deleted file mode 100644
index 2aef3e7..0000000
--- a/web/views/sources/index.erb
+++ /dev/null
@@ -1,20 +0,0 @@
-<h1><%= t.taginfo.sources %></h1>
-
-<%= t.pages.sources.index.intro %>
-
-<table class="list">
- <tr>
- <th class="tl"><%= t.taginfo.source %></th><th><%= t.pages.sources.index.data_until %>*</th><th><%= t.pages.sources.index.last_update_run %></th>
- </tr>
-<% Source.visible.each_with_index do |source, n| c = (n%2!=0) ? ' even' : '' %>
- <tr>
- <td class="<%= c %>"><%= source.name %>
- <td class="tc<%= c %>"><%= source.data_until %></td>
- <td class="tc<%= c %>"><%= source.update_start + ' ' + t.pages.sources.index.to + ' ' + source.update_end %></td>
- </tr>
-<% end %>
-</table>
-
-<p style="font-size: 80%">* <%= t.pages.sources.index.data_until_explanation %></p>
-
-<%= t.pages.sources.index.info %>