refactor(assets): extract assets to their own repo

This commit is contained in:
Benedikt Rötsch
2017-10-12 16:03:18 +02:00
parent 50aee89aaf
commit 7856434f86
68 changed files with 20 additions and 4301 deletions

View File

@@ -10,13 +10,13 @@ block content
if success
.status-block.status-block--success
img.status-block__icon(src='/images/icon-success.svg')
img.status-block__icon(src='/images/success.svg')
.status-block__content
.status-block__title Changes saved successfully!
if hasErrors
.status-block.status-block--error
img.status-block__icon(src='/images/icon-error.svg')
img.status-block__icon(src='/images/error.svg')
.status-block__content
.status-block__title Error occurred
.status-block__message Some errors occurred. Please check the error messages next to the fields.