diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-09 13:19:51 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-09 13:19:51 +0200 |
commit | 3408ac694a60df0380a3bf444077165a1f30e87e (patch) | |
tree | 3b76d8bdc160b193c95887fbcd4541d6b721c355 /app/views/home | |
parent | 4a09c2df8df3db979049ee8d98b202ad9f2125a8 (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')
-rw-r--r-- | app/views/home/_content.html.haml | 4 |
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' |