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')
|
|
|
|
|
2021-12-11 22:18:48 +05:30
|
|
|
%h3.page-title
|
|
|
|
= _("Request details")
|
|
|
|
|
|
|
|
%hr
|
|
|
|
|
|
|
|
= link_to _("Resend Request"), @hook_log.present.retry_path, method: :post, class: "btn gl-button btn-default float-right gl-ml-3"
|
|
|
|
|
|
|
|
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }
|