aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-11-18 10:00:28 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-11-18 11:31:57 +0100
commitbc44590d916b80b0247ab4df33d92d7d1c9e4074 (patch)
treebc7e65239e78d3a41afc705e1634ece242daf9d5
parent0b95111aa150d768dfc1d954bbfa01ffcb342770 (diff)
downloadsonarqube-bc44590d916b80b0247ab4df33d92d7d1c9e4074.tar.gz
sonarqube-bc44590d916b80b0247ab4df33d92d7d1c9e4074.zip
SONAR-6932 apply feedback
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs
index cde03590a6c..aa3bebc7903 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs
@@ -58,6 +58,9 @@
{{else}}
{{#notNull totalEvents}}
- <div class="alert alert-info">{{t 'quality_profiles.changelog.empty'}}</div>
+ <div class="alert alert-info">
+ {{t 'quality_profiles.changelog.empty'}}
+ <a class="js-hide-changelog spacer-left" href="#">{{t 'hide'}}</a>
+ </div>
{{/notNull}}
{{/notEmpty}}