diff --git a/app/liquid_tags/medium_tag.rb b/app/liquid_tags/medium_tag.rb
index 4c94a9b7d93a2..826e73631fbb6 100644
--- a/app/liquid_tags/medium_tag.rb
+++ b/app/liquid_tags/medium_tag.rb
@@ -20,7 +20,7 @@ def render(_context)
#{response[:title]}
#{response[:author]}
- #{inline_svg('medium_icon.svg', size: '27px*27px')} Medium
+ #{inline_svg('medium_icon.svg', size: '27px*27px', aria: true, title: 'medium logo')} Medium
#{response[:reading_time]}
diff --git a/app/views/additional_content_boxes/_article_followable_area.html.erb b/app/views/additional_content_boxes/_article_followable_area.html.erb
index e234c88892a10..258fb18956cb8 100644
--- a/app/views/additional_content_boxes/_article_followable_area.html.erb
+++ b/app/views/additional_content_boxes/_article_followable_area.html.erb
@@ -1,14 +1,17 @@
<% if followable.class.name == "Organization" && followable.nav_image.present? %>
<% else %>
@@ -18,6 +21,7 @@
data-details="<%= followable&.slug if classification == "boosted" %>__PROFILE">
.get(200) %>)
__PROFILE"
style="border: 4px solid <%= followable.bg_color_hex %>" />
diff --git a/app/views/articles/_actions.html.erb b/app/views/articles/_actions.html.erb
index 3a30ccbe8f61f..969c6880bb144 100644
--- a/app/views/articles/_actions.html.erb
+++ b/app/views/articles/_actions.html.erb
@@ -13,7 +13,7 @@
diff --git a/app/views/pages/rlyweb.html.erb b/app/views/pages/rlyweb.html.erb index d56c9659b3934..af5ccefc00703 100644 --- a/app/views/pages/rlyweb.html.erb +++ b/app/views/pages/rlyweb.html.erb @@ -63,46 +63,46 @@
The animal images are from the USF ClipArt ETC project. They are used in this O RLY Cover Generator for the purposes of parody.
-Color Codes
Nevertheless, She Coded
-<%= article.title %>
@@ -265,13 +265,13 @@ <%= article.user.name %>- #<%= (article.cached_tag_list_array & ["shecoded", "theycoded", "shecodedally"]).first %> + #<%= (article.cached_tag_list_array & %w[shecoded theycoded shecodedally]).first %>
<% end %> <% @articles.each do |article| %> -<%= article.title %>
@@ -279,7 +279,7 @@ <%= article.user.name %>- #<%= (article.cached_tag_list_array & ["shecoded", "theycoded", "shecodedally"]).first %> + #<%= (article.cached_tag_list_array & %w[shecoded theycoded shecodedally]).first %>
<% end %> diff --git a/app/views/pages/sponsors.html.erb b/app/views/pages/sponsors.html.erb index 6b68380c47d38..a800c00cc1947 100644 --- a/app/views/pages/sponsors.html.erb +++ b/app/views/pages/sponsors.html.erb @@ -27,7 +27,9 @@for supporting our community
-
">Gold Sponsors
">
+
" alt="golden badge">
+ Gold Sponsors
+
" alt="golden badge">
DEV
diff --git a/app/views/podcast_episodes/_episodes_feed.html.erb b/app/views/podcast_episodes/_episodes_feed.html.erb index b0c7448af6590..dd2352014b86b 100644 --- a/app/views/podcast_episodes/_episodes_feed.html.erb +++ b/app/views/podcast_episodes/_episodes_feed.html.erb @@ -10,7 +10,8 @@ quality: "auto", flags: "progressive", fetch_format: "auto", - sign_url: true) %> + sign_url: true, + alt: episode.title) %>WORKSHOPS
podcast<%= episode.title %>
diff --git a/app/views/podcast_episodes/_liquid.html.erb b/app/views/podcast_episodes/_liquid.html.erb index 6a4a81ba759a9..dc3c5c4df1d69 100644 --- a/app/views/podcast_episodes/_liquid.html.erb +++ b/app/views/podcast_episodes/_liquid.html.erb @@ -1,24 +1,29 @@ -<%= episode.title %>
<%= cl_image_tag(podcast.image_url, - type: 'fetch', - crop: 'fill', - quality: 'auto', - sign_url: true, - flags: 'progressive', - fetch_format: 'auto', - class: 'tinyimage') %> + type: "fetch", + crop: "fill", + quality: "auto", + sign_url: true, + flags: "progressive", + fetch_format: "auto", + class: "tinyimage", + alt: podcast.title) %><%= podcast.title %>