diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-01 12:17:05 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-01 14:19:14 +0200 |
commit | 92e7b90d619111fdaaf50ab0b8538c39605fe005 (patch) | |
tree | 8c72966a52302ea688574ef2476b3a959e4c576e /app/views/home | |
parent | ea3fc6ffbb8f90aff28ce56fe4432a8d3ff18caa (diff) |
Updating the view and CSS, no pic and twitter handle in each tweet;
Displaying only 3 most tweets
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' |