X-Git-Url: https://git.mdrn.pl/redakcja_redmine.git/blobdiff_plain/ffc56b3a497cd796fa405e1b785cc141076ac6b4..f56dbf25229ca32844499b735b623a154536dc36:/app/views/publications/refresh.erb diff --git a/app/views/publications/refresh.erb b/app/views/publications/refresh.erb index cf972ca..1968a92 100644 --- a/app/views/publications/refresh.erb +++ b/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 %>