fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't erase old publcations, so that the relations don't disappear.
[redakcja.git]
/
redmine
/
redmine_publications
/
app
/
views
/
publications
/
refresh.erb
1
<table>
2
<tr><th>Ścieżka zasobu</th><th>Rozpoznano</th><th>ID zasobu</th></tr>
3
<% @repo_status.each do |status| %>
4
<tr>
5
<td><%= status[:path] %></td>
6
<td><%= (status[:matched] && 'Tak') || 'Nie' %></td>
7
<td><%= status[:match] || '' %></td>
8
</tr>
9
<% end %>
10
</table>