lib.itmens/social/templates/event/followed.html
2024-04-19 20:29:36 -04:00

12 lines
590 B
HTML

{% load bleach_tags %}
followed you
<blockquote class="tldr" _="on click toggle .tldr on me">
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span>
<div>
<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:"<br>" }}
</blockquote>