diff options
| -rw-r--r-- | app/views/workbench_outputs/show.html.slim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/workbench_outputs/show.html.slim b/app/views/workbench_outputs/show.html.slim index a4fd119f8..67dc6e8d4 100644 --- a/app/views/workbench_outputs/show.html.slim +++ b/app/views/workbench_outputs/show.html.slim @@ -5,6 +5,7 @@ - content_for :page_header_content do .row.mb-sm .col-lg-12.text-right + = link_to t('.see_current_output'), referential_path(@workbench.output.current), class: 'btn btn-primary' if @workbench.output&.current = link_to t('merges.actions.create'), new_workbench_merge_path(@workbench), class: 'btn btn-primary' .page_content |
