Merge pull request #584 from BlaiseExpMore25/bug/545-unit-translation

issue 545 - added unit change for transactions on homepage
This commit is contained in:
Manuel Aráoz 2014-11-10 18:37:03 -03:00
commit 7d4014f573
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>