diff options
| author | Teddy Wing | 2018-01-25 12:44:15 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-01-25 12:44:15 +0100 | 
| commit | 24cbe3fabaa5fba19780c86bd7754f023f82c8e5 (patch) | |
| tree | 632760a23591cb5bd8d553447d554dbab768f273 | |
| parent | fed95d11cfc987129c14598cb08a153f7e0bbec4 (diff) | |
| download | chouette-core-24cbe3fabaa5fba19780c86bd7754f023f82c8e5.tar.bz2 | |
imports/index.html.slim: Remove unnecessary `links` field
This is no longer needed thanks to the new action links interface.
Refs #5586
| -rw-r--r-- | app/views/imports/index.html.slim | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/views/imports/index.html.slim b/app/views/imports/index.html.slim index 951910d18..4fc077bd6 100644 --- a/app/views/imports/index.html.slim +++ b/app/views/imports/index.html.slim @@ -32,7 +32,6 @@                  attribute: 'creator' \                ) \              ], -            links: [:show],              cls: 'table has-search'            = new_pagination @imports, 'pull-right' | 
