Skip to content

Commit

Permalink
Removed debug data for unread_issues
Browse files Browse the repository at this point in the history
Removed undefended usage of uis_unread
  • Loading branch information
yulObraz authored Jun 13, 2017
1 parent 786d233 commit 06a8d9c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/views/admytasks/_task.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@

<span class="task_status" title="<% if defined?(task.uis_unread) && (task.uis_unread==true)%><%=h l(:label_task_unread)%><%end%><% if defined?(task.uis_updated) && (task.uis_updated==true)%><%=h l(:label_task_updated)%><%end%>"></span>
<img src="<%= File.join(@plugin_path, 'images', 'task_desc.png') %>" class="task_desc" width="12"/>



<!--<%=h task.uis_updated%>
<%=h task.uis_unread%>-->
</div>


Expand Down Expand Up @@ -147,4 +142,4 @@
<div class="task_remains_time fr"><%=h (task.estimated_hours.to_f-task.spent.to_f).round(2) || 0 %></div>
</div>

</div>
</div>

0 comments on commit 06a8d9c

Please sign in to comment.