From 7b463fa85d8a00bd1dfed220634258a67658ef8f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Tue, 15 Oct 2013 09:49:50 +0200 Subject: [PATCH] Replace flow control keywords with logic operators --- .../WEB-INF/app/views/provisioning/_create_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/_create_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/_create_form.html.erb index 1156521fcda..21e2ddac455 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/_create_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/_create_form.html.erb @@ -5,7 +5,7 @@

<%= h flash.now[:error] -%>

<% end %> -- 2.39.5