From 8bb86bff7dff7baa35f51a1a5447c1d0ccb220a8 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 19 Feb 2013 15:26:43 +0100 Subject: [PATCH] SONAR-4100 Improve rendering --- .../app/views/account/_per_project_notifications.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/account/_per_project_notifications.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/account/_per_project_notifications.html.erb index 92e0d301b2a..94a9d5d8e1c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/account/_per_project_notifications.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/account/_per_project_notifications.html.erb @@ -26,7 +26,7 @@ unless @per_project_notifications.empty? @per_project_dispatchers.each do |dispatcher| %> - <%= message('notification.dispatcher.' + dispatcher) -%> + <%= message('notification.dispatcher.' + dispatcher) -%> <% end end -- 2.39.5