Files
notifications-admin/app/templates/partials/notifications/status.html

7 lines
241 B
HTML
Raw Normal View History

<div class="ajax-block-container">
<p class='heading-small bottom-gutter'>
Sent {% if notification.created_by %}by {{ notification.created_by.name }} {% endif %}
on {{ notification.created_at|format_datetime_short }}
</p>
</div>