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 15:19:13 +0200 |
commit | 42459748e9e8e30a9cc0c64eaf4b8e10814d2dc2 (patch) | |
tree | f24728e422f3249d71a2a69b0acec7b990b1168e /app/views/home | |
parent | c0aaafcd048c4a2ac74f582ee8d6383c46558427 (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' |