diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 2fb35ba6f..ff7a212ee 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1350,8 +1350,7 @@ text-decoration: none; } - a, - div { + a { display: block; padding: $line-height / 2; diff --git a/app/views/admin/newsletters/show.html.erb b/app/views/admin/newsletters/show.html.erb index 55cc6aabe..1a3e3c96b 100644 --- a/app/views/admin/newsletters/show.html.erb +++ b/app/views/admin/newsletters/show.html.erb @@ -38,7 +38,17 @@ <%= t("admin.newsletters.show.body_help_text") %>
diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 5d9a6ca46..ef3463d7e 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -65,9 +65,9 @@<%= t("debates.index.section_footer.description") %>
<%= t("debates.index.section_footer.help_text_1") %>
<%= t("debates.index.section_footer.help_text_2", - org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
+ org: link_to(setting["org_name"], new_user_registration_path)).html_safe %><%= t("debates.index.section_footer.help_text_3", proposal: link_to(t("debates.index.section_footer.proposals_link"), proposals_path), budget: link_to(t("debates.index.section_footer.budget_link"), budgets_path)).html_safe %> @@ -93,8 +93,8 @@
|
+ + <%= setting['org_name'] %> + ++ <%= t('mailers.no_reply') %> + |
+
+
|
+
-
|
- |
|
- - <%= setting['org_name'] %> - -- <%= t('mailers.no_reply') %> - - |
-