forked from MarseyWorld/MarseyWorld
fix
parent
0d79089721
commit
b051be2778
|
@ -13,10 +13,16 @@
|
||||||
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
|
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
|
||||||
Votes
|
Votes
|
||||||
</h1>
|
</h1>
|
||||||
|
{% if thing %}
|
||||||
<a href="{{thing.permalink}}" class="block text-xs text-gray-500 hover:text-gray-700">
|
<a href="{{thing.permalink}}" class="block text-xs text-gray-500 hover:text-gray-700">
|
||||||
<i class="fas fa-arrow-left fa-sm fa-fw"></i>
|
<i class="fas fa-arrow-left fa-sm fa-fw"></i>
|
||||||
Back to post
|
Back to post
|
||||||
</a>
|
</a>
|
||||||
|
{% else %}
|
||||||
|
<small class="block text-gray-700 leading-normal">
|
||||||
|
See which losers downvoted your quality content.
|
||||||
|
</small>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue