diff options
| -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' |
