]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4593 Replace close button by a link in order to apply new design guidelines...
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 27 Aug 2013 10:45:58 +0000 (12:45 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 27 Aug 2013 10:45:58 +0000 (12:45 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/rules/_show_modal.html.erb

index 8ccefcb5c1d485c171800402303f2e213aa613f5..71dcc6c944a495f559cff61eae5ef093504617f2 100644 (file)
@@ -36,7 +36,7 @@
 <% end %>
 
 <div class="modal-foot">
-  <input type="button" value="<%= h message('close') -%>" onclick="return closeModalWindow()" autofocus="autofocus">
+  <a href="#" onclick="return closeModalWindow()" autofocus><%= h message('close') -%></a>
 </div>
 
 <script type="text/javascript">