issue 545 - added unit change for transactions on homepage

This commit is contained in:
BlaiseExpMore25 2014-11-10 22:07:31 +01:00
parent f29f5a8f4a
commit e4a82a838b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<td>
<a class="ellipsis" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
</td>
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} BTC</span></td>
<td class="text-right"><span class="ellipsis">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC'}}</span></td>
</tr>
</tbody>
</table>