detlta time removed from index2.html

This commit is contained in:
moneroexamples 2016-05-01 12:32:01 +08:00
parent b96ab704e2
commit 89845f986b
2 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<table class="center">
<tr>
<td>height</td>
<td>age {{age_format}} (Δm)</td>
<td>age {{age_format}}<!--(Δm)--></td>
<td>tx hash</td>
<td>fees</td>
<td>outputs</td>
@ -38,7 +38,7 @@
{{#txs}}
<tr>
<td><a href="/block/{{height}}">{{height}}</a></td>
<td>{{age}} {{time_delta}}</td>
<td>{{age}}<!--{{time_delta}}--></td>
<td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{tx_fee_short}}</td>
<td>{{sum_outputs_short}}</td>

View File

@ -4,7 +4,8 @@
<div class="center">
<table class="center">
<tr>
<tr>
<td>height</td>
<td>age [h:m:s]</td>
<td>transaction hash</td>
<td>fee</td>
@ -15,6 +16,7 @@
</tr>
{{#mempooltxs}}
<tr>
<td>N/A</td>
<td>{{age}}</td>
<td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{fee}}</td>