Add title text for icons

This commit is contained in:
Omar Roth
2019-02-24 15:02:39 -06:00
parent b82ae5e84a
commit 7e6cf7b979
2 changed files with 6 additions and 6 deletions

View File

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