use font awesome icon for watching channel

This commit is contained in:
Lee Lawlor
2014-07-30 12:04:39 -04:00
parent dcccfb847d
commit d5beb35493
3 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<div class="buttonlets padded watchButtonPadding">
<%= check_box_tag 'watch', 1, current_user.watchings.check(current_user.id, @channel.id) %>
<label for="watch" class="watchButtonLabel" >
<div class="watchButtonImage"></div>
<i class="fa fa-eye pull-left"></i>
<div id="watchText" class="watchButtonText">Watch</div>
</label>
</div>