Make link of balance
This commit is contained in:
parent
6aec736c52
commit
0ee070d27e
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
%li= link_to "Edit profile", edit_user_path(current_user)
|
||||
%li
|
||||
%p.navbar-text
|
||||
Balance: #{euro_from_cents(current_user.balance)}
|
||||
Balance:
|
||||
= link_to euro_from_cents(current_user.balance), "https://zeus.ugent.be/tab/users/#{current_user.name}"
|
||||
.visible-xs.navbar-form
|
||||
= render 'layouts/session_button'
|
||||
|
|
Loading…
Reference in a new issue