Skip to content

Commit f89f389

Browse files
Make balance visible in mobile
1 parent 013a280 commit f89f389

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/templates/user/portfoliows.html.tt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88

99
<div id="portfolio-content" class="invisible">
1010
<div class="gr-parent gr-padding-10">
11-
<div class="gr-hide-m gr-hide-p">
12-
[% l("Account balance: ") %]
13-
<span class="loading" id="portfolio-balance"></span>
14-
15-
<!-- If the account balance is zero we show the following button, otherwise we remove it -->
16-
<a href="[% request.url_for('cashier/forwardws#deposit') %]" id="if-balance-zero" class="invisible button button_large by_client_type client_real with_login_cookies">
17-
<span>[% l('Make a Deposit') %]</span>
18-
</a>
19-
</div>
11+
[% l("Account balance: ") %]
12+
<span class="loading" id="portfolio-balance"></span>
13+
14+
<!-- If the account balance is zero we show the following button, otherwise we remove it -->
15+
<a href="[% request.url_for('cashier/forwardws#deposit') %]" id="if-balance-zero" class="invisible button button_large by_client_type client_real with_login_cookies">
16+
<span>[% l('Make a Deposit') %]</span>
17+
</a>
2018
</div>
2119

2220
<div id="portfolio-no-contract">

0 commit comments

Comments
 (0)