Adds alternative text for sidebar map
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="sidebar-divider"></div>
|
||||
<h3 class="sidebar-title"><%= t("shared.tags_cloud.districts") %></h3>
|
||||
<br>
|
||||
<%= link_to map_proposals_path, id: 'map' do %>
|
||||
<%= image_tag("map.jpg") %>
|
||||
<% end %>
|
||||
<%= link_to map_proposals_path, id: 'map', title: t("shared.tags_cloud.districts_list") do %>
|
||||
<%= image_tag("map.jpg", alt: t("shared.tags_cloud.districts_list")) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user