aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-08-13 10:44:18 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-08-13 10:44:18 +0200
commit94238980e9c11088c481de210ffc01eae9612eff (patch)
treef8162feb5be3721fbdf323d7a3b6379a1d9b365f /sonar-server
parent09e31c6fb9d76c6ae24f0defce674205f1e7412f (diff)
downloadsonarqube-94238980e9c11088c481de210ffc01eae9612eff.tar.gz
sonarqube-94238980e9c11088c481de210ffc01eae9612eff.zip
SONAR-4555 When opening a modal window on Issues page with Chrome, it scrolls down the page
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb
index 493c83d58cc..7272b75e9fc 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb
@@ -2,5 +2,5 @@
<%= render :partial => 'issue/show' -%>
</div>
<div class="modal-foot">
- <input type="button" value="<%= h message('close') -%>" onclick="return closeModalWindow()" autofocus>
+ <a href="#" onclick="return closeModalWindow()" autofocus><%= h message('close') -%></a>
</div> \ No newline at end of file