summaryrefslogtreecommitdiffstats
path: root/js/views/templates/chatview.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'js/views/templates/chatview.handlebars')
-rw-r--r--js/views/templates/chatview.handlebars6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/views/templates/chatview.handlebars b/js/views/templates/chatview.handlebars
new file mode 100644
index 000000000..a21321214
--- /dev/null
+++ b/js/views/templates/chatview.handlebars
@@ -0,0 +1,6 @@
+<ul class="comments"></ul>
+<div class="emptycontent">
+ <div class="icon-comment"></div>
+ <p>{{emptyResultLabel}}</p>
+</div>
+<div class="loading hidden" style="height: 50px"></div>