Merge pull request #714 from nicoschtein/patch-6

[FIX] Disable Block Explorer Link on Mobile Theme
This commit is contained in:
Sebastian Grewe 2013-10-11 21:42:32 -07:00
commit 796fe9145c

View File

@ -12,7 +12,7 @@
<td class="leftheader">Current Active Workers</td>
<td>{$GLOBAL.workers}</td>
</tr>
{if $GLOBAL.website.blockexplorer.url}
{if ! $GLOBAL.website.blockexplorer.disabled}
<tr>
<td class="leftheader">Next Network Block</td>
<td>{$CURRENTBLOCK + 1} &nbsp;&nbsp;<font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK})</a></font></td>