fnp
/
redakcja_redmine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't erase old publcations, so that the relations don't disappear.
[redakcja_redmine.git]
/
app
/
views
/
publications
/
refresh.erb
diff --git
a/app/views/publications/refresh.erb
b/app/views/publications/refresh.erb
index
cf972ca
..
311ed33
100644
(file)
--- a/
app/views/publications/refresh.erb
+++ b/
app/views/publications/refresh.erb
@@
-1,8
+1,6
@@
<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.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>