diff options
| author | Alban Peignier | 2016-11-20 16:18:28 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2016-11-20 16:40:57 +0100 | 
| commit | 938bf0d6d573332dc4ec9a2cf34c839d8611d41d (patch) | |
| tree | f8ffb78bdf1b87204875c949358d55d4a76e8990 | |
| parent | ba9ea54467215b01c369608179c1658e2ca42412 (diff) | |
| download | chouette-core-938bf0d6d573332dc4ec9a2cf34c839d8611d41d.tar.bz2 | |
Add Cloner action in workbenches/show. Refs #1989
| -rw-r--r-- | app/views/workbenches/show.html.slim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/views/workbenches/show.html.slim b/app/views/workbenches/show.html.slim index 045214022..978af1538 100644 --- a/app/views/workbenches/show.html.slim +++ b/app/views/workbenches/show.html.slim @@ -52,6 +52,8 @@                  li = link_to "Editer", edit_referential_path(referential) +                li = link_to "Cloner", new_referential_path(from: referential) +                  li                    - if referential.archived?                      = link_to "Désarchiver", unarchive_referential_path(referential), method: :put | 
