12 lines
424 B
Text
12 lines
424 B
Text
- @content_class = 'limit-container-width' unless fluid_layout
|
|
- add_to_breadcrumbs _('Webhook Settings'), namespace_project_hooks_path
|
|
- page_title _('Webhook Logs')
|
|
|
|
%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 }
|