Widok.
authorLukasz Rekucki <lreqc@localhost.(none)>
Fri, 21 Aug 2009 08:15:22 +0000 (10:15 +0200)
committerLukasz Rekucki <lreqc@localhost.(none)>
Fri, 21 Aug 2009 08:15:22 +0000 (10:15 +0200)
app/views/publications/refresh.erb [new file with mode: 0644]

diff --git a/app/views/publications/refresh.erb b/app/views/publications/refresh.erb
new file mode 100644 (file)
index 0000000..cf972ca
--- /dev/null
@@ -0,0 +1,12 @@
+<table>
+
+<tr><th>Ścieżka zasobu</th><th>Rozpoznano</th><th>ID zasobu</th></tr>
+
+<% @match_status.each do |status| %>
+<tr>
+<td><%= status[:path] %></td>
+<td><%= (status[:matched] && 'Tak') || 'Nie' %></td>
+<td><%= status[:match] || '' %></td>
+</tr>
+<% end %>
+</table>