toast-message.hbs 170 B

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