summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/notification.html')
-rw-r--r--pyload/web/app/templates/default/notification.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/web/app/templates/default/notification.html b/pyload/web/app/templates/default/notification.html
index 0f9b2c9d2..150b2800a 100644
--- a/pyload/web/app/templates/default/notification.html
+++ b/pyload/web/app/templates/default/notification.html
@@ -1,11 +1,11 @@
-<%= if queries %>
+{{#if queries }}
<span class="btn-query">
-Queries <span class="badge badge-info"><% queries %></span>
+Queries <span class="badge badge-info">{{ queries }}></span>
</span>
-<%/if%>
-<%= if notifications %>
+{{/if}}
+{{#if notifications }}
<span class="btn-notification">
-Notifications <span class="badge badge-success"><% notifications %></span>
+Notifications <span class="badge badge-success">{{ notifications }}</span>
</span>
-<%/if%>
-</%if%> \ No newline at end of file
+{{/if}}
+</%if}} \ No newline at end of file