]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3201 Display the icon on the first sorted column
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 24 Jan 2012 11:27:45 +0000 (12:27 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 24 Jan 2012 11:27:45 +0000 (12:27 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/action_plans/index.html.erb

index c658abb807510276c9f272befa5b0c477ecec06e..5a6b01575fe0e6bb805f6a289104abc268296ebb 100644 (file)
@@ -9,7 +9,7 @@
         <tr>
           <th class="thin nowrap"><%= message('action_plans.col.status') -%></th>
           <th class="thin nowrap"><%= message('action_plans.col.name') -%></th>
-          <th class="thin nowrap righticon" style="text-align: right"><%= message('action_plans.col.due_for') -%></th>
+          <th class="thin nowrap righticon sortfirstasc" style="text-align: right"><%= message('action_plans.col.due_for') -%></th>
           <th class="nowrap nosort center"><%= message('action_plans.col.progress') -%></th>
           <th class="nowrap"><%= message('action_plans.col.description') -%></th>
           <th class="nowrap"><%= message('action_plans.col.author') -%></th>
@@ -68,7 +68,7 @@
         <tr>
           <th class="thin nowrap"><%= message('action_plans.col.status') -%></th>
           <th class="thin nowrap"><%= message('action_plans.col.name') -%></th>
-          <th class="thin nowrap righticon" style="text-align: right"><%= message('action_plans.col.due_for') -%></th>
+          <th class="thin nowrap righticon sortfirstdesc" style="text-align: right"><%= message('action_plans.col.due_for') -%></th>
           <th class="thin nowrap righticon" style="text-align: right"><%= message('action_plans.col.closed_on') -%></th>
           <th class="nowrap nosort center"><%= message('action_plans.col.progress') -%></th>
           <th class="nowrap"><%= message('action_plans.col.description') -%></th>