ShownInNotification: put border on alert block

This commit is contained in:
Mathieu Jaumotte 2022-01-10 14:30:35 +01:00
parent 584b77bbf4
commit a1ec2b637d

View File

@ -12,14 +12,14 @@
'recordAction': _self.recordAction(notification.relatedEntityId)
} %}
{% else %}
<div class="alert alert-warning">
<div class="alert alert-warning border-warning border-1">
{{ 'This is the minimal details'|trans ~ ': ' ~ period.id }}<br>
{{ 'You are getting a notification for a period you are not allowed to see.'|trans }}
</div>
{% endif %}
</div>
{% else %}
<div class="alert alert-warning">
<div class="alert alert-warning border-warning border-1">
{{ 'You are getting a notification for a period which does not exists any more'|trans }}
</div>
{% endif %}