aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-12-04 11:16:51 +0100
committerMario Vavti <mario@mariovavti.com>2017-12-04 11:16:51 +0100
commit11c703cb4beb5356c5377147f98bf9caba5c657a (patch)
tree92f40b36b95a541e307e133d2b136d02247f273d
parent657ec75c3da0deef3f388ffd016c9fbabb1d049c (diff)
downloadvolse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.tar.gz
volse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.tar.bz2
volse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.zip
hq template
-rwxr-xr-xview/tpl/hq.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/hq.tpl b/view/tpl/hq.tpl
new file mode 100755
index 000000000..bd27250e6
--- /dev/null
+++ b/view/tpl/hq.tpl
@@ -0,0 +1,9 @@
+{{if $no_messages}}
+<div class="alert alert-warning alert-dismissible fade show" role="alert">
+ {{$no_messages_label}}
+ <button type="button" class="close" data-dismiss="alert" aria-label="Close">
+ <span aria-hidden="true">&times;</span>
+ </button>
+</div>
+{{/if}}
+