Use 'ion-ios-trash' for /feed/history

このコミットが含まれているのは:
Omar Roth 2018-11-20 11:19:04 -06:00
コミット e5730f4cbc
1個のファイルの変更1行の追加5行の削除

ファイルの表示

@ -18,11 +18,7 @@
onmouseenter='this["href"]="javascript:void(0)"' onmouseenter='this["href"]="javascript:void(0)"'
href="/mark_unwatched?id=<%= item %>"' href="/mark_unwatched?id=<%= item %>"'
> >
<i onmouseenter='this.setAttribute("class", "icon ion-ios-eye")' <i class="icon ion-ios-trash"></i>
onmouseleave='this.setAttribute("class", "icon ion-ios-eye-off")'
class="icon ion-ios-eye-off"
>
</i>
</a> </a>
</p> </p>
</div> </div>