forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bafb7c5
commit bcd9a63
Showing
5 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
return this; | ||
}; | ||
</script> | ||
<script src="{{ cdn_url }}/npm/[email protected].11/dist/htmx.min.js"></script> | ||
<script src="{{ cdn_url }}/npm/[email protected].12/dist/htmx.min.js"></script> | ||
<script src="{{ cdn_url }}/npm/[email protected]"></script> | ||
<link rel="stylesheet" | ||
href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.min.css" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{% load i18n %} | ||
{% load bleach_tags %} | ||
{% trans 'requested to follow you' %} | ||
<div> | ||
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span> | ||
<code class="{{ event.identity.id }}_handler" | ||
style="cursor:copy" | ||
onmouseleave="$(this).removeAttr('data-tooltip')" | ||
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code> | ||
</div> | ||
<blockquote class="tldr" _="on click toggle .tldr on me"> | ||
<div> | ||
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span> | ||
<code class="{{ event.identity.id }}_handler" | ||
style="cursor:pointer" | ||
onmouseleave="$(this).removeAttr('data-tooltip')" | ||
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code> | ||
</div> | ||
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }} | ||
</blockquote> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{% load i18n %} | ||
{% load bleach_tags %} | ||
{% trans 'followed you' %} | ||
<div> | ||
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span> | ||
<code class="{{ event.identity.id }}_handler" | ||
style="cursor:copy" | ||
onmouseleave="$(this).removeAttr('data-tooltip')" | ||
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code> | ||
</div> | ||
<blockquote class="tldr" _="on click toggle .tldr on me"> | ||
<div> | ||
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span> | ||
<code class="{{ event.identity.id }}_handler" | ||
style="cursor:pointer" | ||
onmouseleave="$(this).removeAttr('data-tooltip')" | ||
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code> | ||
</div> | ||
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }} | ||
</blockquote> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters