summaryrefslogtreecommitdiff
path: root/src/application/templates/bootstrap-3/components/alert_info.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/templates/bootstrap-3/components/alert_info.twig')
-rw-r--r--src/application/templates/bootstrap-3/components/alert_info.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/application/templates/bootstrap-3/components/alert_info.twig b/src/application/templates/bootstrap-3/components/alert_info.twig
new file mode 100644
index 0000000..099d091
--- /dev/null
+++ b/src/application/templates/bootstrap-3/components/alert_info.twig
@@ -0,0 +1,8 @@
+<div class="alert alert-info" role="alert">
+ <span class="fa fa-info-circle" aria-hidden="true"></span>
+ {% if message starts with "?!HTML::" %}
+ {{ message|slice(8)|raw }}
+ {% else %}
+ {{ message }}
+ {% endif %}
+</div>