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/home/_content.html.haml | |
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/home/_content.html.haml')
-rw-r--r-- | app/views/home/_content.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 3d351e9..e47fdaf 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -9,6 +9,4 @@ .row-fluid %hr %p - = link_to "fetch a cert", cert_path - %p = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? |