summaryrefslogtreecommitdiff
path: root/app/views/home/_content.html.haml
diff options
context:
space:
mode:
authorthea <ta.kupler@gmail.com>2016-09-06 10:24:23 +0200
committerthea <ta.kupler@gmail.com>2016-09-06 10:24:23 +0200
commit3bfa7a6ff2f9fba98d7ece62859dfd7d83829fc1 (patch)
treef5ed154ef8e5c940a58bfff3d415625b6a5254c5 /app/views/home/_content.html.haml
parent18cb3ebbcafe09a194c938e8884f9d3f3753f635 (diff)
parent3b638103ae7c6094d79812f4cbd44bfce320a217 (diff)
Merge branch 'develop' into thea
Diffstat (limited to 'app/views/home/_content.html.haml')
-rw-r--r--app/views/home/_content.html.haml14
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'