diff --git a/views/tasks/processed.html.erb b/views/tasks/processed.html.erb
index ee14e60..dab2a2a 100644
--- a/views/tasks/processed.html.erb
+++ b/views/tasks/processed.html.erb
@@ -40,7 +40,9 @@
<% @tasks.each do |item| %>
-
-
<%= _('Source') %>: <%= item.proposal_source %>
+ <% if task.respond_to?(:proposal_source) %>
+ <%= _('Source') %>: <%= item.proposal_source %>
+ <% end %>
<%= task_information(item) %>
--
libgit2 0.21.2