do not include .git directory
[catagits/Reaction.git] / share / skin / default / layout / list_view.tt
index f4f6501..e8ef41d 100644 (file)
@@ -2,30 +2,30 @@
 
 =for layout widget
 
-[% pager %]
+[% pager_fragment %]
 
 [% call_next %]
 
-[% pager %]
+[% pager_fragment %]
 
 [% actions %]
 
-=for layout header_action_cell
+=for layout sortable_header_cell
 
-<th colspan="[% col_count %]"> Actions </th>
+<a href="[% order_uri %]">[% header_cell_contents %]</a>
 
-=for layout header_cell_contents
+=for layout header_cell
 
-<a href="[% order_uri %]">[% call_next %]</a>
+<th> [% maybe_sortable_header_cell %] </th>
 
 =for layout actions
-<div class="collection_actions">
-<ul>
+
+<ul class="collection_actions">
   [% call_next %]
 </ul>
-</div>
 
 =for layout action
+
 <li>[% call_next %]</li>
 
 =for layout pager