Files
bower/templates/error-summary.mustache
2012-11-22 08:43:44 +00:00

8 lines
215 B
Plaintext

{{#yellow}}There where errors, here's a summary of them:{{/yellow}}
{{#errors}}
- {{#red}}{{pkg.name}}{{/red}} {{error.message}}
{{#error.details}}
{{#grey}}{{error.details}}{{/grey}}
{{/error.details}}
{{/errors}}