From 118f3533ca4c2e6f1e59b351a49e296f3d7a126c Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Mon, 19 Dec 2011 12:30:07 +0100 Subject: [PATCH] [accessibility] add alt-tag for image --- app/views/roles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index c27f3cfc39..77a24185bd 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -16,7 +16,7 @@ "> <%= content_tag(role.builtin? ? 'em' : 'span', link_to(role.name, :action => 'edit', :id => role)) %> - <%= image_tag('true.png') if role.is_a?(GlobalRole) %> + <%= image_tag('true.png', :alt => l(:general_text_Yes)) if role.is_a?(GlobalRole) %> <% unless role.builtin? %>