summaryrefslogtreecommitdiffstats
path: root/web/directive/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/directive/error.html')
-rw-r--r--web/directive/error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/directive/error.html b/web/directive/error.html
new file mode 100644
index 0000000..922b4a8
--- /dev/null
+++ b/web/directive/error.html
@@ -0,0 +1,6 @@
+<!--
+ Copyright (c) 2012-2015 Kaarle Ritvanen
+ See LICENSE file for license details
+-->
+
+<div class="alert alert-danger" ng-if="error">{{ error }}</div>