Fix class name typo

This commit is contained in:
Jason McBrayer 2018-05-23 09:03:15 -04:00
parent e566512a98
commit 1ad74ffcef

View File

@ -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">