diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-07-22 22:20:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 22:20:17 +0200 |
commit | 6913426e48b7dd5b44d9d085fdd8c4eb35903ccb (patch) | |
tree | c89eef6c939e85d4795044580b95fc3afdad31dd /app/views | |
parent | 3ba7c1e725417dded555d6a5b9a3911c39e355bf (diff) | |
parent | 4cd82d442ea2040bc594a0e1b10c15df736d9ca5 (diff) |
Merge pull request #92 from tootsuite/master
tiny upstream merge
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/about/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 0af47bde3..999d1e37b 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -38,9 +38,9 @@ .container.hero .floats - = image_tag asset_pack_path('cloud2.png'), alt: '', role: 'presentation', class: 'float-1' - = image_tag asset_pack_path('cloud3.png'), alt: '', role: 'presentation', class: 'float-2' - = image_tag asset_pack_path('cloud4.png'), alt: '', role: 'presentation', class: 'float-3' + %div{ role: 'presentation', class: 'float-1' } + %div{ role: 'presentation', class: 'float-2' } + %div{ role: 'presentation', class: 'float-3' } .heading %h1 = @instance_presenter.site_title |