Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5286 from Shine-neko/boom-219
// BO: use material-icons for product status
  • Loading branch information
mickaelandrieu authored and Shudrum committed Apr 14, 2016
2 parents 5a3529e + efc32cf commit 37e8b55
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,11 +42,11 @@
<td>
{% if product.active|default(0) == 0 %}
<a href="#" onclick="unitProductAction(this, 'activate'); return false;">
<i class="icon-remove list-action-enable action-disabled"></i>
<i class="material-icons action-disabled danger">highlight_off</i>
</a>
{% else %}
<a href="#" onclick="unitProductAction(this, 'deactivate'); return false;">
<i class="icon-check list-action-enable action-enabled"></i>
<i class="material-icons action-enabled ">check_circle</i>
</a>
{% endif %}
</td>
Expand Down

0 comments on commit 37e8b55

Please sign in to comment.