diff --git a/views/tasks/_task.html.erb b/views/tasks/_task.html.erb index 6ae1208..1bc8b09 100644 --- a/views/tasks/_task.html.erb +++ b/views/tasks/_task.html.erb @@ -1,6 +1,8 @@
-
<%= _('Source') %>: <%= task.proposal_source %>
+ <% if task.respond_to?(:proposal_source) %> +
<%= _('Source') %>: <%= task.proposal_source %>
+ <% end %> <%= render :partial => 'task_icon', :locals => {:task => task} %> <% if !@view_only && profile.organization? && @responsible_candidates.present? %> -- libgit2 0.21.2