diff --git a/app/views/dashboard/community.html.erb b/app/views/dashboard/community.html.erb index 3335b7005..0d60e91a2 100644 --- a/app/views/dashboard/community.html.erb +++ b/app/views/dashboard/community.html.erb @@ -2,7 +2,7 @@
- <%= link_to t("dashboard.community.access_community"), community_path(proposal.community), class: 'button hollow' %> + <%= link_to t("dashboard.community.access_community"), community_path(proposal.community), class: 'button hollow', target: '_blank' %> <% unless proposal.community.latest_activity.nil? %>

<%= t("dashboard.community.latest_activity", at: l(proposal.community.latest_activity.to_date)) %>

<% end %> diff --git a/app/views/dashboard/polls/_poll.html.erb b/app/views/dashboard/polls/_poll.html.erb index 1519eff18..dd76468c1 100644 --- a/app/views/dashboard/polls/_poll.html.erb +++ b/app/views/dashboard/polls/_poll.html.erb @@ -6,7 +6,7 @@ <%= t("dashboard.polls.poll.copy_link") %>

-

<%= link_to poll.title, poll %>

+

<%= link_to poll.title, poll, target: '_blank' %>

<%= l(poll.starts_at.to_date) %> - <%= l(poll.ends_at.to_date) %>