diff options
author | Azul <azul@leap.se> | 2014-04-24 11:10:01 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-24 11:10:01 +0200 |
commit | 1da12752c3b3aa3d4a03e67ede133e807e9434df (patch) | |
tree | a91cf9b6cb71f758dc4a4aa955a8f08352aae38a /app/views/users | |
parent | dad200e2cb0b03995eb06024d3fcf788ad2486ff (diff) |
cleanup homepage buttons some
let's devide the partials rather than having super specific parameters (on_user_page)
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index c587017..3c73147 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -22,4 +22,4 @@ %li= icon('shopping-cart') + link_to(t(:overview_billing), billing_top_link(@user)) if APP_CONFIG[:billing] .container-fluid .row-fluid - = home_page_buttons(true)
\ No newline at end of file + = render 'common/download_button' |