Skip to content

Commit

Permalink
remove ordering arrows because ugly and useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Van der Jeugt committed Sep 10, 2015
1 parent 7bb2502 commit b51e56e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion app/views/datagrid/_head.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
- grid.html_columns(*options[:columns]).each do |column|
%th{:class => "#{datagrid_column_classes(grid, column)}"}
= column.header
= datagrid_order_for(grid, column, options) if column.supports_order? && options[:order]
9 changes: 0 additions & 9 deletions app/views/datagrid/_order_for.html.haml

This file was deleted.

0 comments on commit b51e56e

Please sign in to comment.