aboutsummaryrefslogtreecommitdiff
path: root/client/html/fav.tpl
blob: 38cbd6be9318eea225a8c273e036355d12f85fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% if (ctx.canFavorite) { %>
    <% if (ctx.ownFavorite) { %>
        <a href class='remove-favorite'>
            <i class='fa fa-heart'></i>
    <% } else { %>
        <a href class='add-favorite'>
            <i class='fa fa-heart-o'></i>
    <% } %>
<% } else { %>
    <a class='add-favorite inactive'>
        <i class='fa fa-heart-o'></i>
<% } %>
    <span class='vim-nav-hint'>add to favorites</span>
</a>
<span class='value'><%- ctx.favoriteCount %></span>

© 2015 - 2026 Jakob L. Kreuze