forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-15 14:37:31 -06:00
parent aef930408f
commit 7dd24e359a
1 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,11 @@
<i class="fas fa-link fa-fw mr-2"></i>Copy link
</button>
</li>
<li class="hidden md:block">
<a href="{{c.permalink}}?context=10#context" class="text-gray-500 hover:text-gray-400">
<i class="fas fa-book-open fa-fw mr-2"></i>Context
</a>
</li>
<li class="hidden md:block">
<a href="/votes?link={{c.fullname}}" class="text-gray-500 hover:text-gray-400">
<i class="fas fa-poll fa-fw mr-2"></i>Votes
@ -69,7 +74,7 @@
<i class="fas fa-poll fa-sm fa-fw mr-4"></i>Votes
</a>
</li>
<li class="hidden md:block">
<li class="hidden">
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" {% if v %}href="{{c.permalink}}?context=10#context"{% else %}href="/logged_out{{c.permalink}}?context=10#context"{% endif %}>
<i class="fas fa-book-open fa-sm fa-fw mr-4"></i>Context
</a>