2020-04-08 14:13:33 +05:30
|
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
|
|
|
- add_to_breadcrumbs _('Webhook Settings'), namespace_project_hooks_path
|
|
|
|
- page_title _('Webhook Logs')
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
.row.gl-mt-3.gl-mb-3
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-3
|
2020-06-23 00:09:42 +05:30
|
|
|
%h4.gl-mt-0
|
2021-11-18 22:05:49 +05:30
|
|
|
= _("Request details")
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-9
|
2021-11-18 22:05:49 +05:30
|
|
|
= link_to _('Resend Request'), @hook_log.present.retry_path, method: :post, class: "btn gl-button btn-default float-right gl-ml-3"
|
2017-09-10 17:25:29 +05:30
|
|
|
|
|
|
|
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }
|