diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-01-29 16:00:38 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-01-29 16:00:44 +0100 |
commit | a02bdc2f3c41f02a0e237f900fef601688b38fc5 (patch) | |
tree | da1188e266d6e7d6c1cd4be3d474f1aeda05d636 /server/sonar-web/src/main/hbs/issue/issue.hbs | |
parent | 2f85f918b25f9fd3e3f3155095f3c994f745ed90 (diff) | |
download | sonarqube-a02bdc2f3c41f02a0e237f900fef601688b38fc5.tar.gz sonarqube-a02bdc2f3c41f02a0e237f900fef601688b38fc5.zip |
fix the bug with double issue message
Diffstat (limited to 'server/sonar-web/src/main/hbs/issue/issue.hbs')
-rw-r--r-- | server/sonar-web/src/main/hbs/issue/issue.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/hbs/issue/issue.hbs b/server/sonar-web/src/main/hbs/issue/issue.hbs index 922130e53dc..bae85b20c6b 100644 --- a/server/sonar-web/src/main/hbs/issue/issue.hbs +++ b/server/sonar-web/src/main/hbs/issue/issue.hbs @@ -3,7 +3,7 @@ <table class="issue-table"> <tr> <td> - <div class="issue-message">{{message}}{{message}} <a class="issue-rule js-issue-rule">{{t 'rule'}}</a></div> + <div class="issue-message">{{message}} <a class="issue-rule js-issue-rule">{{t 'rule'}}</a></div> </td> <td class="issue-table-meta-cell"> |