Tweaks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% macro display_actor_inline(follower, size=50) -%}
|
||||
{% if follower and follower.id %}
|
||||
<a class="actor-box" href="{{follower | url_or_id | get_url }}" style="clear:both;">
|
||||
<span style="float:left;padding-right:15px;">
|
||||
{% if not follower.icon %}
|
||||
@@ -11,6 +12,7 @@
|
||||
<small class="lcolor">@{{ follower.preferredUsername }}@{{ follower | url_or_id | get_url | domain }}</small>
|
||||
</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user