diff options
| author | jpl | 2017-03-15 15:34:15 +0100 | 
|---|---|---|
| committer | jpl | 2017-03-15 15:34:29 +0100 | 
| commit | 0e88a03798edc961c9a63b9407c50e07df83ce57 (patch) | |
| tree | bd7ed432a1140451e4e25112ed8e5a719e873540 /app/views/referential_networks | |
| parent | fa2fbe3f09b0330cb8b4e45a8f9b2c435c1a18b1 (diff) | |
| download | chouette-core-0e88a03798edc961c9a63b9407c50e07df83ce57.tar.bz2 | |
Refs #2800: updating table_builder to fix some issues in sortable columns (first pass)
Diffstat (limited to 'app/views/referential_networks')
| -rw-r--r-- | app/views/referential_networks/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/referential_networks/index.html.slim b/app/views/referential_networks/index.html.slim index ba2c5b2c1..c0a4c526c 100644 --- a/app/views/referential_networks/index.html.slim +++ b/app/views/referential_networks/index.html.slim @@ -27,7 +27,7 @@        .row          .col-lg-12            = table_builder @networks, -            { 'ID Codif' => Proc.new { |n| n.try(:objectid).try(:local_id) }, @networks.human_attribute_name(:name) => 'name' }, +            { 'ID Codif' => Proc.new { |n| n.try(:objectid).try(:local_id) }, :name => 'name' },              [:show, :edit, :delete],              [],              'table has-search' | 
