From ffc56b3a497cd796fa405e1b785cc141076ac6b4 Mon Sep 17 00:00:00 2001 From: Lukasz Rekucki Date: Fri, 21 Aug 2009 10:15:22 +0200 Subject: [PATCH] Widok. --- app/views/publications/refresh.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/views/publications/refresh.erb diff --git a/app/views/publications/refresh.erb b/app/views/publications/refresh.erb new file mode 100644 index 0000000..cf972ca --- /dev/null +++ b/app/views/publications/refresh.erb @@ -0,0 +1,12 @@ + + + + +<% @match_status.each do |status| %> + + + + + +<% end %> +
Ścieżka zasobuRozpoznanoID zasobu
<%= status[:path] %><%= (status[:matched] && 'Tak') || 'Nie' %><%= status[:match] || '' %>
-- 2.20.1