diff --git a/views/tasks/_task.html.erb b/views/tasks/_task.html.erb index 695308e..e0f35e8 100644 --- a/views/tasks/_task.html.erb +++ b/views/tasks/_task.html.erb @@ -41,10 +41,6 @@ <% end %> - <% if task.flagged_for_reproval? %> - - <% end %> -
<%= show_time(task.created_at) %>
<%= render :partial => 'task_title', :locals => {:task => task} %> @@ -112,3 +108,7 @@ <% end %> + +<% if task.flagged_for_reproval? %> + +<% end %> -- libgit2 0.21.2