Use alt text in OpenID image alt attribute

This commit is contained in:
Anton Khorev 2024-07-05 12:36:02 +03:00
parent 87422e56f9
commit c1882f0ff3

View file

@ -26,7 +26,7 @@
<% end %> <% end %>
<%= link_to image_tag("openid.svg", <%= link_to image_tag("openid.svg",
:alt => t("application.auth_providers.openid.title"), :alt => t("application.auth_providers.openid.alt"),
:size => "36"), :size => "36"),
"#", "#",
:id => "openid_open_url", :id => "openid_open_url",