aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-03-26 10:51:38 +0200
committerZog2018-03-26 10:51:38 +0200
commit1a64e4cb265a320005247e54b880287d3308d28b (patch)
treea2b47bed639d7db9da45f07bb0eed6c08ca7a70c
parent3d370c032c3fa06fd03643263e29b6eded5fe6c1 (diff)
downloadchouette-core-1a64e4cb265a320005247e54b880287d3308d28b.tar.bz2
Refs #6218; Add link to exports view
-rw-r--r--app/views/workbenches/show.html.slim1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/workbenches/show.html.slim b/app/views/workbenches/show.html.slim
index 5c2468296..8312338d0 100644
--- a/app/views/workbenches/show.html.slim
+++ b/app/views/workbenches/show.html.slim
@@ -7,6 +7,7 @@
= link_to t('workbenches.actions.configure'), edit_workbench_path(@workbench), class: 'btn btn-primary'
- if policy(Referential).create?
= link_to t('actions.import'), workbench_imports_path(@workbench), class: 'btn btn-primary'
+ = link_to t('actions.export'), workbench_exports_path(@workbench), class: 'btn btn-primary'
= link_to t('actions.add'), new_workbench_referential_path(@workbench), class: 'btn btn-primary'
= link_to t('workbenches.actions.show_output'), workbench_output_path(@workbench), class: 'btn btn-primary'