Merge pull request #4034 from consul/help_page_processes
Add processes feature info section in the help page
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<ul class="features">
|
<ul class="features">
|
||||||
<li>
|
<li>
|
||||||
<% link = link_to(t("pages.help.processes.link"), legislation_processes_path) %>
|
<%= sanitize(t("pages.help.processes.feature",
|
||||||
|
link: link_to(t("pages.help.processes.feature_link", org_name: setting["org_name"]),
|
||||||
|
new_user_registration_path))) %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -44,6 +44,8 @@ en:
|
|||||||
title: "Processes"
|
title: "Processes"
|
||||||
description: "In the %{link} section, citizens participate in the drafting and modification of regulations affecting the city and can give their opinion on municipal policies in previous debates."
|
description: "In the %{link} section, citizens participate in the drafting and modification of regulations affecting the city and can give their opinion on municipal policies in previous debates."
|
||||||
link: "processes"
|
link: "processes"
|
||||||
|
feature: "To participate in the processes you have to %{link} and verify your account."
|
||||||
|
feature_link: "register in %{org_name}"
|
||||||
faq:
|
faq:
|
||||||
title: "Technical problems?"
|
title: "Technical problems?"
|
||||||
description: "Read the FAQs and solve your questions."
|
description: "Read the FAQs and solve your questions."
|
||||||
|
|||||||
@@ -44,6 +44,8 @@ es:
|
|||||||
title: "Legislación colaborativa"
|
title: "Legislación colaborativa"
|
||||||
description: "En la sección de %{link} la ciudadanía participa en la elaboración y modificación de normativa que afecta a la ciudad y puede dar su opinión sobre las políticas municipales en debates previos."
|
description: "En la sección de %{link} la ciudadanía participa en la elaboración y modificación de normativa que afecta a la ciudad y puede dar su opinión sobre las políticas municipales en debates previos."
|
||||||
link: "legislación colaborativa"
|
link: "legislación colaborativa"
|
||||||
|
feature: "Para participar en la legislación colaborativa tienes que %{link} y verificar tu cuenta."
|
||||||
|
feature_link: "registrarte en %{org_name}"
|
||||||
faq:
|
faq:
|
||||||
title: "¿Problemas técnicos?"
|
title: "¿Problemas técnicos?"
|
||||||
description: "Lee las preguntas frecuentes y resuelve tus dudas."
|
description: "Lee las preguntas frecuentes y resuelve tus dudas."
|
||||||
|
|||||||
Reference in New Issue
Block a user