From 45498f07785ef3d22e6dd4b9bdee69220ed134e3 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 5 May 2022 10:40:30 -0400 Subject: [PATCH] 18995: add a few missing alt texts to image. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- services/api/app/views/static/intro.html.erb | 2 +- services/api/app/views/static/login_failure.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/app/views/static/intro.html.erb b/services/api/app/views/static/intro.html.erb index 8bab0b2ac6..3e0b40794e 100644 --- a/services/api/app/views/static/intro.html.erb +++ b/services/api/app/views/static/intro.html.erb @@ -8,7 +8,7 @@ $(function(){ }); <% end %>
- +

Welcome

ARVADOS

diff --git a/services/api/app/views/static/login_failure.html.erb b/services/api/app/views/static/login_failure.html.erb index 6b81a33e87..d3f7111b5b 100644 --- a/services/api/app/views/static/login_failure.html.erb +++ b/services/api/app/views/static/login_failure.html.erb @@ -10,7 +10,7 @@ $(function(){
- +

Error

-- 2.30.2