diff options
| author | Teddy Wing | 2018-01-25 16:14:59 +0100 | 
|---|---|---|
| committer | Zog | 2018-01-25 17:19:22 +0100 | 
| commit | 988d074946990dc72e41af4d5fa1839fdb39d59e (patch) | |
| tree | e49d1082d500bef37908cd93200e3a7db52ae114 /app/views/import_resources | |
| parent | d4674437a48af8d8d388b6e122bf46cc437d12ff (diff) | |
| download | chouette-core-988d074946990dc72e41af4d5fa1839fdb39d59e.tar.bz2 | |
ImportResources#index: Get rid of `ImportResourceDecorator`
Seems like the object decorator for `ImportResource` isn't needed here.
It doesn't contain anything except for an empty `action_links` method,
which I'm guessing was to appease the table builder which used to expect
one.
Get rid of that decorator because it doesn't seem to be needed.
Also get rid of the `links` argument to the table builder because we
don't need it any more with the new action links interface.
Refs #5586
Diffstat (limited to 'app/views/import_resources')
| -rw-r--r-- | app/views/import_resources/index.html.slim | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/views/import_resources/index.html.slim b/app/views/import_resources/index.html.slim index 0c21a9e09..6b4e60026 100644 --- a/app/views/import_resources/index.html.slim +++ b/app/views/import_resources/index.html.slim @@ -43,7 +43,6 @@                    end \                  ), \                ], -              links: [],                cls: 'table has-search'          - else            .col-lg-12 | 
