about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
diff options
context:
space:
mode:
authorjacob <jacobherringtondeveloper@gmail.com>2018-09-17 11:02:17 -0500
committerEugen Rochko <eugen@zeonfederated.com>2018-09-17 18:02:17 +0200
commitd16c3342cef767c88acde8e78d3321c5b17dd85f (patch)
treef21abdecbc161cb711d9182f5c4be7902dcf7373 /app/views/about/show.html.haml
parent94f9cb08556faa640cb0342a0def38aa145b7b93 (diff)
add several missing alt tags (#8708)
* add several missing alt tags

* remove alt text from mascot images
Diffstat (limited to 'app/views/about/show.html.haml')
-rw-r--r--app/views/about/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 229b0f55b..8c7baa054 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -63,7 +63,7 @@
                   %span= t 'about.status_count_after', count: @instance_presenter.status_count
               .row__mascot
                 .landing-page__mascot
-                  = image_tag asset_pack_path('elephant_ui_plane.svg')
+                  = image_tag asset_pack_path('elephant_ui_plane.svg'), alt: ''
 
       - else
         .column-2.non-preview
@@ -95,7 +95,7 @@
                   %span= t 'about.status_count_after', count: @instance_presenter.status_count
               .row__mascot
                 .landing-page__mascot
-                  = image_tag asset_pack_path('elephant_ui_plane.svg')
+                  = image_tag asset_pack_path('elephant_ui_plane.svg'), alt: ''
 
       - if Setting.timeline_preview
         .column-3