diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-22 08:24:12 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-22 08:24:12 +0100 |
commit | d42c6a3993cc9b1e40b3fd6006008dd9b902822e (patch) | |
tree | 8dc5cce6cd475a1defa7513bbcf86132561f1761 /sonar-server | |
parent | 430e92c972d7f35036698b7b1bec7629506aab53 (diff) | |
download | sonarqube-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.erb | 2 |
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> |