-
+
- <%= image_tag("icon_home_debate.png", size: "168x168", alt: t("welcome.debates.title")) %> -

<%= t("welcome.debates.title") %>

+ <%= image_tag("icon_home_debate.png", size: "168x168", alt: t("welcome.debates.alt"), title: t("welcome.debates.title")) %> +

<%= t("welcome.debates.title") %>

<%= t("welcome.debates.description") %>

- <%= image_tag("icon_home_proposal.png", size: "168x168", alt: t("welcome.proposal.title")) %> -

<%= t("welcome.proposal.title") %>

+ <%= image_tag("icon_home_proposal.png", size: "168x168", alt: t("welcome.proposal.alt"), title: t("welcome.proposal.title")) %> +

<%= t("welcome.proposal.title") %>

<%= t("welcome.proposal.description") %>

- <%= image_tag("icon_home_decide.png", size: "168x168", alt: t("welcome.decide.title")) %> -

<%= t("welcome.decide.title") %>

+ <%= image_tag("icon_home_decide.png", size: "168x168", alt: t("welcome.decide.alt"), title: t("welcome.decide.title")) %> +

<%= t("welcome.decide.title") %>

<%= t("welcome.decide.description") %>

- <%= image_tag("icon_home_do.png", size: "168x168", alt: t("welcome.do.title")) %> -

<%= t("welcome.do.title") %>

+ <%= image_tag("icon_home_do.png", size: "168x168", alt: t("welcome.do.alt"), title: t("welcome.do.title")) %> +

<%= t("welcome.do.title") %>

<%= t("welcome.do.description") %>

diff --git a/app/views/welcome/welcome.html.erb b/app/views/welcome/welcome.html.erb index 5e2bab61b..21c35e874 100644 --- a/app/views/welcome/welcome.html.erb +++ b/app/views/welcome/welcome.html.erb @@ -15,7 +15,7 @@ <%= t("welcome.welcome.user_permission_verify_info") %>

-

+

<%= t("welcome.welcome.user_permission_verify", verify: link_to(t("welcome.welcome.user_permission_verify_url"), verification_path)).html_safe %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 8f377af1d..77b7f4b6d 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -357,15 +357,19 @@ en: debates: title: "Debates" description: "For meeting, discussing and sharing the things that matter to us in our city." + alt: "Icon debates" proposal: title: "You propose" description: "Open space for citizen proposals about the kind of city we want to live in." + alt: "Icon propose" decide: title: "You decide" description: "The public decides if it accepts or rejects the most supported proposals." + alt: "Icon decide" do: title: "It gets done" description: "If the proposal is accepted by the majority, the City Council accepts it as its own and it gets done." + alt: "Icon it gets done" welcome: title: "Participate" go_to_index: "See proposals and debates" diff --git a/config/locales/es.yml b/config/locales/es.yml index a1b1952f2..10296a768 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -357,15 +357,19 @@ es: debates: title: "Debates" description: "Encontrarnos, debatir y compartir lo que nos parece importante en nuestra ciudad." + alt: "Icono debates" proposal: title: "Propones" description: "Espacio abierto para propuestas ciudadanas sobre el tipo de ciudad en el que queremos vivir." + alt: "Icono propones" decide: title: "Decides" description: "La ciudadanía decide si acepta o rechaza las propuestas más apoyadas." + alt: "Icono decides" do: title: "Se hace" description: "Si la propuesta es aceptada mayoritariamente, el Ayuntamiento la asume como propia y se hace." + alt: "Icono se hace" welcome: title: "Empieza a participar" go_to_index: "Ver propuestas"