summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r--module/web/templates/default/dashboard.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index 0c20589af..875178931 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -18,15 +18,15 @@
<span class="checkbox"></span>
<i class="icon-folder-close icon-white"></i>&nbsp;
<span class="name">
- Package <%= pid %>: <%= name %>
+ Package <% pid %>: <% name %>
</span>
</div>
<div class="package-row second">
<span>
- <%= stats.linksdone %> / <%= stats.linkstotal %>
+ <% stats.linksdone %> / <% stats.linkstotal %>
</span>
<span class="pull-right">
- <%= formatSize stats.sizedone %> / <%= formatSize stats.sizetotal %>
+ <% formatSize stats.sizedone %> / <% formatSize stats.sizetotal %>
</span>
</div>