2020-02-24 13:09:05 -05:00
|
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
|
|
|
- add_to_breadcrumbs _('Webhook Settings'), namespace_project_hooks_path
|
|
|
|
- page_title _('Webhook Logs')
|
|
|
|
|
2020-06-26 02:09:03 -04:00
|
|
|
.row.gl-mt-3.gl-mb-3
|
2017-04-27 06:08:57 -04:00
|
|
|
.col-lg-3
|
2020-05-21 14:08:27 -04:00
|
|
|
%h4.gl-mt-0
|
2021-10-11 08:11:56 -04:00
|
|
|
= _("Request details")
|
2017-04-27 06:08:57 -04:00
|
|
|
.col-lg-9
|
2021-10-11 08:11:56 -04:00
|
|
|
= link_to _('Resend Request'), @hook_log.present.retry_path, method: :post, class: "btn gl-button btn-default float-right gl-ml-3"
|
2017-04-27 06:08:57 -04:00
|
|
|
|
|
|
|
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }
|