aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinhui2017-12-15 16:22:55 +0100
committerZog2017-12-19 13:21:49 +0100
commitb05efc905c3acc6fcc72cf5135799d692c80593e (patch)
tree1e3f739511d733790196dea88df4df9e43203b6a
parentc8ae1cde1def7f1765e3cc7bc1a20689ae605521 (diff)
downloadchouette-core-b05efc905c3acc6fcc72cf5135799d692c80593e.tar.bz2
Remove edit duplicate edit link
Refs #5300
-rw-r--r--app/views/referential_companies/index.html.slim2
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'