blob: 1f71e1b705550fef1e05d0b3f48ab10a9ca3c874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- @content_class = 'limit-container-width' unless fluid_layout
- add_to_breadcrumbs _('Webhook Settings'), namespace_project_hooks_path
- page_title _('Webhook Logs')
%h1.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 }
|