]> source.dussan.org Git - sonarqube.git/commitdiff
improve display of quality profile permalinks
authorStas Vilchik <vilchiks@gmail.com>
Tue, 19 Apr 2016 08:30:47 +0000 (10:30 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 19 Apr 2016 08:30:47 +0000 (10:30 +0200)
server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profiles-profile-details.hbs

index 61812bf6630b5d8a46cef5d56e420a92d2c6490c..d7db852ce6eff6786fbb44ead9454106260f9da4 100644 (file)
         <header class="page-header">
           <h3 class="page-title">{{t 'permalinks'}}</h3>
         </header>
-        <ul class="list-inline">
+        <ul>
           {{#each exporters}}
-            <li>
-              <a href="{{exporterUrl ../this key}}" target="_blank"><i class="icon-detach"></i>&nbsp;{{name}}</a>
+            <li class="spacer-bottom" style="line-height: 1.5">
+              <a class="link-with-icon" href="{{exporterUrl ../this key}}" target="_blank">
+                <i class="icon-detach"></i>
+                <span>{{name}}</span>
+              </a>
             </li>
           {{/each}}
         </ul>