diff options
| author | Xinhui | 2017-03-16 15:34:07 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-03-16 15:34:19 +0100 | 
| commit | 78ba8bca32a79edb3928fb5c30f2cf2247aede69 (patch) | |
| tree | 7190f5dd26e98ba4f45b37a7147e0d0780bee5e6 /app/helpers/newapplication_helper.rb | |
| parent | 9456ec4f95e6e148b9b8471c0f00530e99154e06 (diff) | |
| download | chouette-core-78ba8bca32a79edb3928fb5c30f2cf2247aede69.tar.bz2 | |
Wip sort issue on table list
Refs #2858
Diffstat (limited to 'app/helpers/newapplication_helper.rb')
| -rw-r--r-- | app/helpers/newapplication_helper.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/app/helpers/newapplication_helper.rb b/app/helpers/newapplication_helper.rb index dc16166e1..c4ea0a200 100644 --- a/app/helpers/newapplication_helper.rb +++ b/app/helpers/newapplication_helper.rb @@ -16,11 +16,11 @@ module NewapplicationHelper          end          columns.map do |k, v| -          if k.is_a? Symbol +          # if k.is_a? Symbol              hcont << content_tag(:th, sortable_columns(collection, k)) -          else -            hcont << content_tag(:th, k) -          end +          # else +          #   hcont << content_tag(:th, k) +          # end          end          hcont << content_tag(:th, '') if actions.any? | 
