fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardowa konfiguracja.
[redakcja.git]
/
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
cf972ca
..
1968a92
100644
(file)
--- 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| %>
+<h2>Repozytorium: <%= repo_status[:repo].url %></h2>
<table>
<table>
-
<tr><th>Ścieżka zasobu</th><th>Rozpoznano</th><th>ID zasobu</th></tr>
<tr><th>Ścieżka zasobu</th><th>Rozpoznano</th><th>ID zasobu</th></tr>
-<%
@match_status
.each do |status| %>
+<%
repo_status[:status]
.each do |status| %>
<tr>
<td><%= status[:path] %></td>
<td><%= (status[:matched] && 'Tak') || 'Nie' %></td>
<tr>
<td><%= status[:path] %></td>
<td><%= (status[:matched] && 'Tak') || 'Nie' %></td>
@@
-10,3
+11,4
@@
</tr>
<% end %>
</table>
</tr>
<% end %>
</table>
+<% end %>