diff options
| author | Xinhui | 2016-11-16 14:48:45 +0100 |
|---|---|---|
| committer | Xinhui | 2016-11-16 14:48:45 +0100 |
| commit | 0fa91c6923292e933906a262499b2c081a12f894 (patch) | |
| tree | eebc636d6e179c75dec738ba3279aba0d948c496 | |
| parent | d5469a07545b21da81b1ccfbdb65378c187d7bef (diff) | |
| download | chouette-core-0fa91c6923292e933906a262499b2c081a12f894.tar.bz2 | |
Restore codiflign & reflex link
| -rw-r--r-- | app/views/referentials/index.html.slim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/referentials/index.html.slim b/app/views/referentials/index.html.slim index c03943ac7..b8c16b5ae 100644 --- a/app/views/referentials/index.html.slim +++ b/app/views/referentials/index.html.slim @@ -11,6 +11,8 @@ - content_for :sidebar do ul.actions + li = link_to 'Données Reflex', stop_area_referential_path(1) + li = link_to 'Données CodifLigne', line_referential_path(1) / FIXME #823 - if false li = link_to t('referentials.actions.new'), new_referential_path, class: 'add' |
