|
|
@ -54,10 +54,17 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th scope="row"> |
|
|
|
<th scope="row"> |
|
|
|
<%= gettext "Value" %> |
|
|
|
<%= gettext "Ether" %> <%= gettext "Value" %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<div><%= value(@transaction) %> </div> |
|
|
|
<div><%= value(@transaction) %> </div> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
|
|
<th scope="row"> |
|
|
|
|
|
|
|
<%= gettext "USD" %> <%= gettext "Value" %> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
<td> |
|
|
|
<div><%= formatted_usd_value(@transaction, @exchange_rate) %></div> |
|
|
|
<div><%= formatted_usd_value(@transaction, @exchange_rate) %></div> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -144,10 +151,17 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th scope="row"> |
|
|
|
<th scope="row"> |
|
|
|
<%= gettext "TX Fee" %> |
|
|
|
<%= gettext "Ether" %> <%= gettext "TX Fee" %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<div><%= formatted_fee(@transaction, denomination: :ether) %></div> |
|
|
|
<div><%= formatted_fee(@transaction, denomination: :ether) %></div> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
|
|
<th scope="row"> |
|
|
|
|
|
|
|
<%= gettext "USD" %> <%= gettext "TX Fee" %> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
<td> |
|
|
|
<div><%= formatted_fee(@transaction, exchange_rate: @exchange_rate) %></div> |
|
|
|
<div><%= formatted_fee(@transaction, exchange_rate: @exchange_rate) %></div> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|