mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ShownInNotification: put border on alert block
This commit is contained in:
parent
584b77bbf4
commit
a1ec2b637d
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user