diff --git a/app/assets/stylesheets/poll.scss b/app/assets/stylesheets/poll.scss index 64f853d8e..6cf45c586 100644 --- a/app/assets/stylesheets/poll.scss +++ b/app/assets/stylesheets/poll.scss @@ -1,14 +1,12 @@ .poll-card { + .card { background-color: #e7f3fd; } .clipboard-btn { - border-radius: 12pt; - padding: 0; - width: 24pt; - height: 24pt; - padding-top: 5pt; - padding-left: 1pt; + border-radius: rem-calc(12); + padding: rem-calc(5) rem-calc(10) rem-calc(10) rem-calc(10); + height: rem-calc(24); } } diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 3de223f8e..ec6c7f778 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -45,7 +45,7 @@ module AdminHelper end def menu_proposals_dashboard? - ["proposal_dashboard_actions", "administrator_tasks"].include?(controller_name) + ["actions", "administrator_tasks"].include?(controller_name) end def official_level_options diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index f21d63735..473bce948 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -57,7 +57,7 @@ <% if feature?(:budgets) %>
+
- + <%= t("dashboard.polls.poll.copy_link") %>
-- <%= t("dashboard.polls.poll.published_on") %> - <%= l(poll.starts_at.to_date) %> + <%= l(poll.starts_at.to_date) %> - <%= l(poll.ends_at.to_date) %>