diff --git a/app/views/communities/_poll.html.erb b/app/views/communities/_poll.html.erb index b55a85b85..6239a5cca 100644 --- a/app/views/communities/_poll.html.erb +++ b/app/views/communities/_poll.html.erb @@ -1,5 +1,10 @@ -<%= link_to poll do %> - <%= poll.title %> -<% end %> -

<%= t('.take_part', from: l(poll.starts_at.to_date), to:(poll.ends_at.to_date)) %>

-
+
+

+ <%= link_to poll.title, poll %> +

+ +

+ <%= t("communities.poll.take_part", + from: l(poll.starts_at.to_date), to:(poll.ends_at.to_date)) %> +

+
diff --git a/app/views/communities/_subnav.html.erb b/app/views/communities/_subnav.html.erb index fbfa73f2b..be2b6ed30 100644 --- a/app/views/communities/_subnav.html.erb +++ b/app/views/communities/_subnav.html.erb @@ -1,6 +1,11 @@
-