diff options
| author | Xinhui | 2017-12-15 16:22:55 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-12-15 16:22:55 +0100 | 
| commit | 8f69f3f6a9b8b625759fdcab6361b9d4124ace7d (patch) | |
| tree | 0cba02ef5f8acf7c734a173287e61ac20f00239e | |
| parent | 840b31bd389e6fabaa6336593c33c6b15b0de3d8 (diff) | |
| download | chouette-core-8f69f3f6a9b8b625759fdcab6361b9d4124ace7d.tar.bz2 | |
Remove edit duplicate edit link
Refs #5300
| -rw-r--r-- | app/views/referential_companies/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/referential_companies/index.html.slim b/app/views/referential_companies/index.html.slim index de0f7de69..07de2bc9d 100644 --- a/app/views/referential_companies/index.html.slim +++ b/app/views/referential_companies/index.html.slim @@ -46,7 +46,7 @@                  attribute: 'url' \                ) \              ], -            links: [:show, :edit], +            links: [:show],              cls: 'table has-search'            = new_pagination @companies, 'pull-right' | 
