Skip to content

Commit

Permalink
Merge pull request alex-msk#1 from yulObraz/master
Browse files Browse the repository at this point in the history
Removed debug data for unread_issues
  • Loading branch information
alex-msk authored Jun 13, 2017
2 parents 786d233 + 06a8d9c commit c4e1f03
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 c4e1f03

Please sign in to comment.