diff --git a/routes/_components/status/StatusHeader.html b/routes/_components/status/StatusHeader.html index 3cb60d8..66d4f0f 100644 --- a/routes/_components/status/StatusHeader.html +++ b/routes/_components/status/StatusHeader.html @@ -5,27 +5,33 @@ - + +
{#if timelineType === 'pinned'} - Pinned toot + + Pinned toot + {:else} {account.display_name || account.username} - {#if notification && notification.type === 'reblog'} - boosted your status - {:elseif notification && notification.type === 'favourite'} - favorited your status - {:elseif notification && notification.type === 'follow'} - followed you - {:elseif status && status.reblog} - boosted - {/if} {/if} - + + + {#if notification && notification.type === 'reblog'} + boosted your status + {:elseif notification && notification.type === 'favourite'} + favorited your status + {:elseif notification && notification.type === 'follow'} + followed you + {:elseif status && status.reblog} + boosted + {/if} + +