diff options
author | thea <ta.kupler@gmail.com> | 2016-09-06 10:24:23 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-06 10:24:23 +0200 |
commit | 3bfa7a6ff2f9fba98d7ece62859dfd7d83829fc1 (patch) | |
tree | f5ed154ef8e5c940a58bfff3d415625b6a5254c5 /app/views/home | |
parent | 18cb3ebbcafe09a194c938e8884f9d3f3753f635 (diff) | |
parent | 3b638103ae7c6094d79812f4cbd44bfce320a217 (diff) |
Merge branch 'develop' into thea
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/_content.html.haml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index a299295..ecd8524 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -1,11 +1,13 @@ -.row - %h1= t(:welcome, :provider => APP_CONFIG[:domain]) - .p=t(:welcome_message_html) +.col-md-9 + .row + %h1= t(:welcome, :provider => APP_CONFIG[:domain]) + .p=t(:welcome_message_html) -.row - .col-md-9 + .row = home_page_buttons - .col-md-3 + +.col-md-3 + .row = render 'twitter/index' - if Rails.env == 'development' |