Use material style for trash icon

This commit is contained in:
Omar Roth 2018-11-20 22:58:04 -06:00
parent 60c6778344
commit f01cfd0226
1 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@
<a onclick="mark_unwatched(this)"
data-id="<%= item %>"
onmouseenter='this["href"]="javascript:void(0)"'
href="/mark_unwatched?id=<%= item %>"'
>
<i class="icon ion-ios-trash"></i>
href="/mark_unwatched?id=<%= item %>">
<i class="icon ion-md-trash"></i>
</a>
</p>
</div>