From 08bc520061c6594624a6cd6d9da71ebd1eb0895e Mon Sep 17 00:00:00 2001 From: Yuta-KTD <61367978+Yuta-KTD@users.noreply.github.com> Date: Wed, 17 Feb 2021 03:32:38 +0900 Subject: [PATCH] Add aria hidden for images to _blog.html.erb (#9191) --- app/views/dashboard_v2/_blog.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboard_v2/_blog.html.erb b/app/views/dashboard_v2/_blog.html.erb index 47f1adc379..39dc6aa43e 100644 --- a/app/views/dashboard_v2/_blog.html.erb +++ b/app/views/dashboard_v2/_blog.html.erb @@ -2,9 +2,9 @@
<% if @blog %> <% if @blog.main_image %> -
+
<% elsif @blog.scraped_image %> -
+
<% end %> <%# subscribe to blog updates possibly via email %>