mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
18 lines
No EOL
756 B
HTML
18 lines
No EOL
756 B
HTML
<span>
|
|
<!--button id="likes_button" class="border rounded px-3" onclick="process_article()">
|
|
Like
|
|
</button-->
|
|
|
|
|
|
<button id="likes_button"
|
|
style="height: 24px; padding-top: 0px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px"
|
|
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
|
onclick="process_article()">
|
|
<span id="likes_button_heart" style="display:none">{{ partial "icon.html" "heart" }} </span>
|
|
<span id="likes_button_emtpty_heart">{{ partial "icon.html" "heart-empty" }}</span>
|
|
|
|
<span id="likes_button_text">Like</span>
|
|
</button>
|
|
|
|
</span>
|
|
{{- /* Trim EOF */ -}} |