Commit da9cae0554eb4d16a7a910b13bf425c0fa9debda
1 parent
97a093f3
Exists in
master
and in
7 other branches
Fix processed view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/tasks/processed.html.erb
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | <ul class="task-list"> | 40 | <ul class="task-list"> |
41 | <% @tasks.each do |item| %> | 41 | <% @tasks.each do |item| %> |
42 | <li class="task status-<%= item.status%>"> | 42 | <li class="task status-<%= item.status%>"> |
43 | - <% if task.respond_to?(:proposal_source) %> | 43 | + <% if item.respond_to?(:proposal_source) %> |
44 | <div class="task-proposal-source"><b><%= _('Source') %>:</b> <%= item.proposal_source %></div> | 44 | <div class="task-proposal-source"><b><%= _('Source') %>:</b> <%= item.proposal_source %></div> |
45 | <% end %> | 45 | <% end %> |
46 | <div class="title"> | 46 | <div class="title"> |