forked from MarseyWorld/MarseyWorld
fix prev commit
parent
046444a28a
commit
2529643b46
|
@ -624,7 +624,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if v and (not c.ghost or v.admin_level >= PERMS['SEE_GHOST_VOTES']) %}
|
||||
<a class="list-group-item" href="/votes/{{c.fullname}}"><i class="fas fa-arrows-v mr-2"></i>Context</a>
|
||||
<a class="list-group-item" href="/votes/{{c.fullname}}"><i class="fas fa-arrows-v mr-2"></i>Votes</a>
|
||||
{% endif %}
|
||||
|
||||
<a class="list-group-item" href="{{c.permalink}}"><i class="fas fa-book-open mr-2"></i>Context</a>
|
||||
|
|
Loading…
Reference in New Issue