Wyświetlanie wg. repozytoriów.
[redakcja_redmine.git] / app / views / publications / refresh.erb
1 <% @match_status.each do |repo_status| %>
2 <h2>Repozytorium: <%= repo_status[:repo].url %></h2>
3 <table>
4 <tr><th>Ścieżka zasobu</th><th>Rozpoznano</th><th>ID zasobu</th></tr>
5
6 <% repo_status[:status].each do |status| %>
7 <tr>
8 <td><%= status[:path] %></td>
9 <td><%= (status[:matched] && 'Tak') || 'Nie' %></td>
10 <td><%= status[:match] || '' %></td>
11 </tr>
12 <% end %>
13 </table>
14 <% end %>