toast-message.hbs 192 B

123
  1. <p class="{{if toast.isInfo "message-info"}} {{if toast.isSuccess "message-success"}} {{if toast.isWarning "message-warning"}} {{if toast.isError "message-danger"}}">
  2. {{toast.message}}
  3. </p>