X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b629c24e4dc15257ae8d70f63d037c12668a491a..855a790d7be3ff345f04226bde3719fb90e6d9a5:/apps/workbench/app/views/application/_report_issue_popup.html.erb diff --git a/apps/workbench/app/views/application/_report_issue_popup.html.erb b/apps/workbench/app/views/application/_report_issue_popup.html.erb index 705ddffe11..1c964abfe0 100644 --- a/apps/workbench/app/views/application/_report_issue_popup.html.erb +++ b/apps/workbench/app/views/application/_report_issue_popup.html.erb @@ -3,8 +3,8 @@ arvados_base = Rails.configuration.arvados_v1_base support_email = Rails.configuration.support_email_address - api_version_link = link_to api_version_text, "https://github.com/curoverse/arvados/tree/#{api_version}/services/api" - wb_version_link = link_to wb_version_text, "https://github.com/curoverse/arvados/tree/#{wb_version}/apps/workbench" + api_version_link = link_to api_version_text, version_link_target(api_version) + wb_version_link = link_to wb_version_text, version_link_target(wb_version) additional_info = {} additional_info['Current location'] = params[:current_location] @@ -27,7 +27,7 @@