diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 16:07:58 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 16:07:58 +0200 |
commit | f3209b446356db78f90a102890d453f0c487f047 (patch) | |
tree | b54df619c33680c0aeb9a0f42b3a0d7e9121bffa /sonar-server/src/main | |
parent | 41356634a02e9073fc3278433d6376225c8d7421 (diff) | |
download | sonarqube-f3209b446356db78f90a102890d453f0c487f047.tar.gz sonarqube-f3209b446356db78f90a102890d453f0c487f047.zip |
SONAR-4764 Remove icon near "Restore Default Profile" button
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index 26cb167d7dd..f75e7cbf5bd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -29,7 +29,6 @@ </ul> <ul style="float: right" class="horizontal"> <li class="marginleft10"> - <i class="icon-plus"></i> <a id="create-link-<%= language.getKey() -%>" href="<%= ApplicationController.root_context -%>/profiles/restore_default_form?language=<%= u language.getKey() -%>" class="open-modal link-action"><%= message('quality_profiles.restore_default_profiles') -%></a> </li> |