From 26ebfc452c77c758e67b245b299f0763e704aad8 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 14 Jul 2015 17:56:41 -0300 Subject: [PATCH] Fix task partial --- views/proposals_discussion_plugin_tasks/_task.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/proposals_discussion_plugin_tasks/_task.html.erb b/views/proposals_discussion_plugin_tasks/_task.html.erb index e4d83dd..c781a4b 100644 --- a/views/proposals_discussion_plugin_tasks/_task.html.erb +++ b/views/proposals_discussion_plugin_tasks/_task.html.erb @@ -105,9 +105,11 @@ +<% if task.flagged? %> +<% end %> -- libgit2 0.21.2