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/dashboard/file.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pyload/web/app/templates/default/dashboard/file.html') diff --git a/pyload/web/app/templates/default/dashboard/file.html b/pyload/web/app/templates/default/dashboard/file.html index 6256254da..4bf3c7a97 100644 --- a/pyload/web/app/templates/default/dashboard/file.html +++ b/pyload/web/app/templates/default/dashboard/file.html @@ -1,25 +1,25 @@
  - <% name %> + {{ name }}
-
- <% fileStatus this %> +
+ {{ fileStatus this }}
-   - <% formatSize size %> +   + {{ formatSize size }} - - <% download.plugin %>  + + {{ download.plugin }}