diff options
author | theaamanda <theaamanda@users.noreply.github.com> | 2016-09-09 15:28:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 15:28:32 +0200 |
commit | dd568d93d86876d80d93cfc96417b0882391f7f7 (patch) | |
tree | f24728e422f3249d71a2a69b0acec7b990b1168e /app/views/home/_content.html.haml | |
parent | c0aaafcd048c4a2ac74f582ee8d6383c46558427 (diff) | |
parent | 42459748e9e8e30a9cc0c64eaf4b8e10814d2dc2 (diff) |
Merge pull request #4 from LoadToCode/temp_1_marie
Mainly changes in view
Diffstat (limited to 'app/views/home/_content.html.haml')
-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' |