aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-06-04 09:12:51 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-06-04 09:12:51 +0200
commitef55e28c3ce29f3e6362a2568068b864992739ea (patch)
treea8b0cb46ccace723fd0f5a2ed84c56756d195f67 /sonar-server
parenta0e97f5aca5807d54d6e9a34a25a210e67866165 (diff)
downloadsonarqube-ef55e28c3ce29f3e6362a2568068b864992739ea.tar.gz
sonarqube-ef55e28c3ce29f3e6362a2568068b864992739ea.zip
SONAR-3755 Minor UI improvement on error page for Issues
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
index 003652dc122..8d52d5e03e3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_error.html.erb
@@ -2,5 +2,5 @@
<% @errors.each do |msg| %>
<div><%= h (msg.text ? msg.text : Api::Utils.message(msg.l10nKey, :params => msg.l10nParams)) -%></div>
<% end %>
- <%= link_to_function message('close'), 'refreshIssue(this)' -%>
+ <%= link_to_function message('hide'), 'refreshIssue(this)' -%>
</div>