From b50b0868831fbbc2cbb2800c53764bf20724cefc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 23 Sep 2012 23:50:48 +0200 Subject: [PATCH] SONAR-3263 add HTML ids for integration tests --- .../WEB-INF/app/views/profiles/_copy_form.html.erb | 12 ++++++------ .../WEB-INF/app/views/profiles/_rename_form.html.erb | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb index 58f4a342bf0..bff1d8c7bfc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb @@ -1,4 +1,4 @@ -
+
@@ -10,16 +10,16 @@ <% end %>
- +
\ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb index 47d7b61f919..4da833e138d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb @@ -1,4 +1,4 @@ -
+
@@ -17,12 +17,12 @@
\ No newline at end of file -- 2.39.5