From 126f795463973ac78d909ddf9d470eaae5d44207 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 13 Jun 2013 12:13:02 +0200 Subject: converted templates to default mustache syntax --- pyload/web/app/templates/default/header/status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyload/web/app/templates/default/header/status.html') diff --git a/pyload/web/app/templates/default/header/status.html b/pyload/web/app/templates/default/header/status.html index 3a22bb75b..f840b6e33 100644 --- a/pyload/web/app/templates/default/header/status.html +++ b/pyload/web/app/templates/default/header/status.html @@ -1,3 +1,3 @@ -<% formatSize maxspeed %>/s
-<% paused %>
-<%= if reconnect %>true<% else %>false<%/if%> \ No newline at end of file +{{ formatSize maxspeed }}/s
+{{ paused }}
+{{#if reconnect }}true{{ else }}false{{/if}} \ No newline at end of file -- cgit v1.2.3