X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6d45ad1ee3778b9104d2856a2206acfd0ded92e5..ee1de93724dbf4f81bf61742bd9798487bd5e3d0:/redmine/redmine_publications/app/views/publications/refresh.erb diff --git a/redmine/redmine_publications/app/views/publications/refresh.erb b/redmine/redmine_publications/app/views/publications/refresh.erb index cf972cad..1968a926 100644 --- a/redmine/redmine_publications/app/views/publications/refresh.erb +++ b/redmine/redmine_publications/app/views/publications/refresh.erb @@ -1,8 +1,9 @@ +<% @match_status.each do |repo_status| %> +

Repozytorium: <%= repo_status[:repo].url %>

- -<% @match_status.each do |status| %> +<% repo_status[:status].each do |status| %> @@ -10,3 +11,4 @@ <% end %>
Ścieżka zasobuRozpoznanoID zasobu
<%= status[:path] %> <%= (status[:matched] && 'Tak') || 'Nie' %>
+<% end %>