Removed size column on last transactions (home)

This commit is contained in:
Gustavo Cortez 2014-05-26 15:36:12 -03:00
parent eefaf0ae6a
commit 8baf5dd691
1 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@
<thead>
<tr>
<th>Hash</th>
<th class="text-right">Size</th>
<th class="text-right">Value Out</th>
</tr>
</thead>
@ -53,7 +52,6 @@
<td>
<a class="ellipsis" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
</td>
<td class="text-right"><span class="ellipsis">{{tx.size}} bytes</span></td>
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} BTC</span></td>
</tr>
</tbody>