remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:29:05 -06:00
parent d46b077752
commit cb4c704cf0
1 changed files with 4 additions and 4 deletions

View File

@ -63,8 +63,8 @@
</button>
</li>
<li>
<a href="/votes?link={{p.fullname}}" 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">
<i class="fas fa-heart fa-sm fa-fw mr-4"></i>Votes
<a href="/votes?link={{p.fullname}}" class="text-gray-500 hover:text-gray-400">
<i class="fas fa-poll fa-sm fa-fw mr-4"></i>Votes
</a>
</li>
<li>
@ -86,12 +86,12 @@
</button>
</li>
<li id="save-{{p.id}}" class="{% if p.id in v.saved_idlist() %}hidden{% endif %}">
<button class="hover:text-gray-400" onclick="post_toast2('/save_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')">
<button 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" onclick="post_toast2('/save_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')">
<i class="far fa-bookmark fa-fw mr-2"></i>Save
</button>
</li>
<li id="unsave-{{p.id}}" class="{% if not p.id in v.saved_idlist() %}hidden{% endif %}">
<button class="hover:text-gray-400" onclick="post_toast2('/unsave_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')">
<button 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" onclick="post_toast2('/unsave_post/{{p.id}}','save-{{p.id}}','unsave-{{p.id}}')">
<i class="fas fa-bookmark fa-fw mr-2"></i>Unsave
</button>
</li>