diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0f6798328..9358c0907 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1906,7 +1906,7 @@ module ApplicationHelper end def check_all_links(form_name) - link_to_function_none(l(:button_check_all), "checkAll('#{form_name}', true)") + " ".html_safe + " | "+ " ".html_safe + + link_to_function_none(l(:button_check_all), "checkAll('#{form_name}', true)") + " ".html_safe + " | "+ " ".html_safe + link_to_function_none(l(:button_uncheck_all), "checkAll('#{form_name}', false)") end diff --git a/app/views/projects/settings/_new_edit.html.erb b/app/views/projects/settings/_new_edit.html.erb index 673fbde3b..3463be8ad 100644 --- a/app/views/projects/settings/_new_edit.html.erb +++ b/app/views/projects/settings/_new_edit.html.erb @@ -24,12 +24,12 @@ <% end %>