aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-03-22 08:24:12 +0100
committerJulien Lancelot <julien.lancelot@gmail.com>2013-03-22 08:24:12 +0100
commitd42c6a3993cc9b1e40b3fd6006008dd9b902822e (patch)
tree8dc5cce6cd475a1defa7513bbcf86132561f1761 /sonar-server
parent430e92c972d7f35036698b7b1bec7629506aab53 (diff)
downloadsonarqube-d42c6a3993cc9b1e40b3fd6006008dd9b902822e.tar.gz
sonarqube-d42c6a3993cc9b1e40b3fd6006008dd9b902822e.zip
Add html id
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
index af89534c49d..f0b4ad99068 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
@@ -14,7 +14,7 @@
<%= submit_tag message('load_verb'), :id => 'submit'%>
<% end %>
- <table class="data width100">
+ <table id="profile-changelog" class="data width100">
<thead>
<tr>
<th><%= message('quality_profiles.profile_version') -%></th>