<%= t("votes.anonymous",
verify_account: link_to(t("votes.verify_account"), verification_path )).html_safe %>
+
<%= t("votes.unauthenticated",
signin: link_to(t("votes.signin"), new_user_session_path),
signup: link_to(t("votes.signup"), new_user_registration_path)).html_safe %>
diff --git a/app/views/proposals/_geozones.html.erb b/app/views/proposals/_geozones.html.erb
index ccaa21e65..ceec721ce 100644
--- a/app/views/proposals/_geozones.html.erb
+++ b/app/views/proposals/_geozones.html.erb
@@ -1,6 +1,6 @@
-<%= link_to map_proposals_path, id: 'map' do %>
- <%= image_tag("map.jpg") %>
-<% end %>
\ No newline at end of file
+<%= 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 %>
diff --git a/app/views/proposals/_votes.html.erb b/app/views/proposals/_votes.html.erb
index 65d970530..0c572e71f 100644
--- a/app/views/proposals/_votes.html.erb
+++ b/app/views/proposals/_votes.html.erb
@@ -31,20 +31,20 @@
<% if user_signed_in? && current_user.organization? %>
-
+
<%= t("votes.organizations") %>
<% elsif user_signed_in? && !proposal.votable_by?(current_user)%>
-
+
<%= t("votes.verified_only",
verify_account: link_to(t("votes.verify_account"), verification_path )).html_safe %>
<% elsif !user_signed_in? %>
-
+
<%= t("votes.unauthenticated",
signin: link_to(t("votes.signin"), new_user_session_path),
signup: link_to(t("votes.signup"), new_user_registration_path)).html_safe %>
diff --git a/app/views/spending_proposals/_votes.html.erb b/app/views/spending_proposals/_votes.html.erb
index 85220d6c9..a4fd43993 100644
--- a/app/views/spending_proposals/_votes.html.erb
+++ b/app/views/spending_proposals/_votes.html.erb
@@ -16,14 +16,15 @@
<% elsif voting_allowed %>
<%= link_to vote_url,
class: "button button-support small expanded",
- title: t('spending_proposals.spending_proposal.support_title'), method: "post", remote: true do %>
+ title: t('spending_proposals.spending_proposal.support_title'), method: "post", remote: true,
+ "aria-hidden" => css_for_aria_hidden(reason) do %>
<%= t("spending_proposals.spending_proposal.support") %>
<% end %>
<% end %>
<% if reason.present? && !user_voted_for %>
-
+
<%= t("votes.spending_proposals.#{reason}",
verify_account: link_to(t("votes.verify_account"), verification_path),
diff --git a/config/locales/en.yml b/config/locales/en.yml
index fffb3de2d..62fc521c5 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -409,6 +409,7 @@ en:
tags_cloud:
tags: Trending
districts: "Districts"
+ districts_list: "Districts list"
categories: "Categories"
target_blank_html: " (link opens in new window)"
unflag: Unflag
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 0f1a70be3..05e53fc2b 100755
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -409,6 +409,7 @@ es:
tags_cloud:
tags: Tendencias
districts: "Distritos"
+ districts_list: "Listado de distritos"
categories: "CategorÃas"
target_blank_html: " (se abre en ventana nueva)"
unflag: Deshacer denuncia