view sat_templates/templates/bulma/chat/new_messages_marker.html @ 397:b313a7d343af

bulma (components/common): open external menu links in blank page (new tab).
author Goffi <goffi@goffi.org>
date Thu, 30 May 2024 17:08:21 +0200
parents 86768e821e1f
children
line wrap: on
line source

<div class="has-text-centered my-3">
    <hr class="has-background-info is-marginless">
    <span class="has-text-info is-size-7">{% trans %}new messages{% endtrans %}</span>
    <hr class="has-background-info is-marginless">
</div>