diff options
author | azul <azul@riseup.net> | 2013-12-20 11:28:42 -0800 |
---|---|---|
committer | azul <azul@riseup.net> | 2013-12-20 11:28:42 -0800 |
commit | 9d1fdcb1d5a18c74776b43cb78e3dc305fdddffc (patch) | |
tree | 20a6789a80c0cdaa14623b9a809eccb122841f91 /users/app/views | |
parent | 76517637ddf70577bd2a14bebb8a57552fbb1776 (diff) | |
parent | 5818a2a101cc89c778c5a5e62271ab42b1fa4c70 (diff) |
Merge pull request #128 from elijh/feature/configure_billing
make billing configurable from platform
Diffstat (limited to 'users/app/views')
-rw-r--r-- | users/app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/show.html.haml b/users/app/views/users/show.html.haml index 7bea370..4c710a0 100644 --- a/users/app/views/users/show.html.haml +++ b/users/app/views/users/show.html.haml @@ -19,4 +19,4 @@ %li= icon('user') + link_to(t(:overview_account), edit_user_path(@user)) - # %li= icon('envelope') + link_to(t(:overview_email), {insert path for user identities, presuambly} %li= icon('question-sign') + link_to(t(:overview_tickets), user_tickets_path(@user)) - %li= icon('shopping-cart') + link_to(t(:overview_billing), billing_top_link(@user)) if APP_CONFIG[:payment].present? + %li= icon('shopping-cart') + link_to(t(:overview_billing), billing_top_link(@user)) if APP_CONFIG[:billing] |