summaryrefslogtreecommitdiff
path: root/app/views/home/_content.html.haml
diff options
context:
space:
mode:
authorluca-marie <ml.kochsiek@fu-berlin.de>2016-09-09 13:19:51 +0200
committerluca-marie <ml.kochsiek@fu-berlin.de>2016-09-09 13:19:51 +0200
commit3408ac694a60df0380a3bf444077165a1f30e87e (patch)
tree3b76d8bdc160b193c95887fbcd4541d6b721c355 /app/views/home/_content.html.haml
parent4a09c2df8df3db979049ee8d98b202ad9f2125a8 (diff)
Added changes in css, view and main view file, as well as default avatar is now set as twitter official logo (added 2 official twitter logo images; changed footer text.
Diffstat (limited to 'app/views/home/_content.html.haml')
-rw-r--r--app/views/home/_content.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml
index ecd8524..5341189 100644
--- a/app/views/home/_content.html.haml
+++ b/app/views/home/_content.html.haml
@@ -1,4 +1,4 @@
-.col-md-9
+.col-md-8
.row
%h1= t(:welcome, :provider => APP_CONFIG[:domain])
.p=t(:welcome_message_html)
@@ -6,6 +6,8 @@
.row
= home_page_buttons
+.col-md-1
+
.col-md-3
.row
= render 'twitter/index'