Adds comments anchor on form link
This commit is contained in:
@@ -7,10 +7,9 @@
|
|||||||
<div class="callout primary">
|
<div class="callout primary">
|
||||||
<p>
|
<p>
|
||||||
<%= t("proposal_notifications.new.info_about_receivers_html",
|
<%= t("proposal_notifications.new.info_about_receivers_html",
|
||||||
count: @proposal.voters.count) %>
|
count: @proposal.voters.count,
|
||||||
|
proposal_page: link_to(t("proposal_notifications.new.proposal_page"),
|
||||||
<%= link_to t("proposal_notifications.new.proposal_page"),
|
proposal_path(@proposal, anchor: "comments"))).html_safe %>
|
||||||
proposal_path(@proposal) %>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ en:
|
|||||||
title_label: "Title"
|
title_label: "Title"
|
||||||
body_label: "Message"
|
body_label: "Message"
|
||||||
submit_button: "Send message"
|
submit_button: "Send message"
|
||||||
info_about_receivers_html: "This message will be send to <strong>%{count} people</strong> and it will be visible in "
|
info_about_receivers_html: "This message will be send to <strong>%{count} people</strong> and it will be visible in %{proposal_page}."
|
||||||
proposal_page: "the proposal's page"
|
proposal_page: "the proposal's page"
|
||||||
show:
|
show:
|
||||||
back: "Go back to my activity"
|
back: "Go back to my activity"
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ es:
|
|||||||
title_label: "Título"
|
title_label: "Título"
|
||||||
body_label: "Mensaje"
|
body_label: "Mensaje"
|
||||||
submit_button: "Enviar mensaje"
|
submit_button: "Enviar mensaje"
|
||||||
info_about_receivers_html: "Este mensaje se enviará a <strong>%{count} usuarios</strong> y se publicará en "
|
info_about_receivers_html: "Este mensaje se enviará a <strong>%{count} usuarios</strong> y se publicará en %{proposal_page}."
|
||||||
proposal_page: "la página de la propuesta"
|
proposal_page: "la página de la propuesta"
|
||||||
show:
|
show:
|
||||||
back: "Volver a mi actividad"
|
back: "Volver a mi actividad"
|
||||||
|
|||||||
Reference in New Issue
Block a user