From bf3029dc3c761e9770b173747f1186328bd40e0a Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 10 Mar 2014 06:09:03 -0700 Subject: [PATCH] [UPDATE] Move .hashunits into span next to Hashrate [FIX] For resize --- .../bootstrap/dashboard/overview_no_price.tpl | 12 ++++++------ .../templates/bootstrap/dashboard/overview_price.tpl | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/templates/bootstrap/dashboard/overview_no_price.tpl b/public/templates/bootstrap/dashboard/overview_no_price.tpl index 3e735f62..1a3a5ea9 100644 --- a/public/templates/bootstrap/dashboard/overview_no_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_no_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index b96c7414..837465ad 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}