taiga-front/app/partials/views/components/notification-message.jade

14 lines
539 B
Plaintext

div.hidden.notification-message.notification-message-success
div.icon.icon-notification-success
div.text
h4.warning Everything is ok
p Our oompa Loompas saved all your changes!
a.icon.icon-delete(href="", title="Close notification")
div.hidden.notification-message.notification-message-error
div.icon.icon-notification-error
div.text
h4.warning Oops, something happened...
p Our oompa Loompas are sad, your changes were not saved!
a.icon.icon-delete(href="", title="Close notification")