Commit da9cae0554eb4d16a7a910b13bf425c0fa9debda

Authored by Victor Costa
1 parent 97a093f3

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 40 <ul class="task-list">
41 41 <% @tasks.each do |item| %>
42 42 <li class="task status-<%= item.status%>">
43   - <% if task.respond_to?(:proposal_source) %>
  43 + <% if item.respond_to?(:proposal_source) %>
44 44 <div class="task-proposal-source"><b><%= _('Source') %>:</b> <%= item.proposal_source %></div>
45 45 <% end %>
46 46 <div class="title">
... ...