diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-10 18:26:22 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-10 18:26:22 +0200 |
commit | 47cf9043f781508ab1c69a88a7a5fdca21cf10a7 (patch) | |
tree | a1b8f121cefee096b583cc0effe6a0f5b7c6c350 | |
parent | 1dbd4004ec2d5da7edfce6d4e64bceb95611adfa (diff) | |
download | sonarqube-47cf9043f781508ab1c69a88a7a5fdca21cf10a7.tar.gz sonarqube-47cf9043f781508ab1c69a88a7a5fdca21cf10a7.zip |
SONAR-4379 Add html id
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb index d95585840ad..6251a0a828a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb @@ -35,7 +35,7 @@ <% if is_admin? %> <td class="sep"></td> <td valign="top" align="right" width="210"> - <form action="<%= ApplicationController.root_context -%>/manual_rules/create" method="POST"> + <form action="<%= ApplicationController.root_context -%>/manual_rules/create" method="POST" id="manual-rules-form"> <table class="admintable" width="100%"> <input type="hidden" name="id" value="<%= @rule.id -%>"/> <tr> |