mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Fix class name typo
This commit is contained in:
parent
e566512a98
commit
1ad74ffcef
@ -53,7 +53,7 @@ mastodon.notifications()[0]
|
|||||||
</span>)
|
</span>)
|
||||||
</p>
|
</p>
|
||||||
{% include "main/toot_partial.html" with toot=note.status reblog=True reblog_by=note.account.acct reblog_icon=note.account.avatar %}
|
{% include "main/toot_partial.html" with toot=note.status reblog=True reblog_by=note.account.acct reblog_icon=note.account.avatar %}
|
||||||
<hr class="is_hidden">
|
<hr class="is-hidden">
|
||||||
{% elif note.type == 'follow' %}
|
{% elif note.type == 'follow' %}
|
||||||
<article class="media">
|
<article class="media">
|
||||||
<figure class="media-left">
|
<figure class="media-left">
|
||||||
|
Loading…
Reference in New Issue
Block a user