1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-09 08:28:40 +01:00

starting displaying scheduled status

This commit is contained in:
Nicolas Constant 2019-08-25 02:58:47 -04:00
parent 5db27f2dbb
commit 802e0afdd0
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -1,3 +1,18 @@
<p>
scheduled-status works!
</p>
<div class="scheduled-status">
<div class="scheduled-status__avatar">
</div>
<div class="scheduled-status__content">
<div>
{{ status.params.spoiler_text }}
</div>
<div>
{{ status.params.text }}
</div>
<div>
{{ status.scheduled_at }}
</div>
</div>
</div>