mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Show correct precision on account page
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<%= render "tooltip", account: @account if @account.investment? %>
|
<%= render "tooltip", account: @account if @account.investment? %>
|
||||||
</div>
|
</div>
|
||||||
<%= tag.p format_money(@account.value, precision: 0), class: "text-gray-900 text-3xl font-medium" %>
|
<%= tag.p format_money(@account.value), class: "text-gray-900 text-3xl font-medium" %>
|
||||||
<div>
|
<div>
|
||||||
<% if @series.trend.direction.flat? %>
|
<% if @series.trend.direction.flat? %>
|
||||||
<%= tag.span t(".no_change"), class: "text-gray-500" %>
|
<%= tag.span t(".no_change"), class: "text-gray-500" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user