diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-08-25 20:50:12 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-01 12:09:37 +0200 |
commit | fecc0e9e1985be2d3767664453d4776ac20897c0 (patch) | |
tree | b43ea9e5e1044a30b1da7a5fd7a5be5a8a8f7bd3 /app/views/home | |
parent | 4054060a68c119c509228db34ec139f0a0e0c00a (diff) |
Twitter controller now as helper, some more styling in CSS, bug fix
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/_content.html.haml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 725c391..6efd2d0 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -1,14 +1,15 @@ -.left.column +.row %h1= t(:welcome, :provider => APP_CONFIG[:domain]) .p=t(:welcome_message_html) - = home_page_buttons - -.right.column - = render :partial => 'twitter/index' +.row + .col-md-9 + = home_page_buttons + .col-md-3 + = render 'twitter/index' - if Rails.env == 'development' .row %hr %p - = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? += link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? |