From: Lukasz Rekucki <lreqc@localhost.(none)> Date: Fri, 21 Aug 2009 08:15:22 +0000 (+0200) Subject: Widok. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/6d45ad1ee3778b9104d2856a2206acfd0ded92e5?ds=sidebyside Widok. --- diff --git a/redmine/redmine_publications/app/views/publications/refresh.erb b/redmine/redmine_publications/app/views/publications/refresh.erb new file mode 100644 index 00000000..cf972cad --- /dev/null +++ b/redmine/redmine_publications/app/views/publications/refresh.erb @@ -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>