Adds comments anchor on form link
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
<div class="callout primary">
|
||||
<p>
|
||||
<%= t("proposal_notifications.new.info_about_receivers_html",
|
||||
count: @proposal.voters.count) %>
|
||||
|
||||
<%= link_to t("proposal_notifications.new.proposal_page"),
|
||||
proposal_path(@proposal) %>
|
||||
count: @proposal.voters.count,
|
||||
proposal_page: link_to(t("proposal_notifications.new.proposal_page"),
|
||||
proposal_path(@proposal, anchor: "comments"))).html_safe %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user