blob: 0caccc809bd55b05678b30c8df9d3217f974e81b (
plain)
1
2
3
4
5
6
7
8
9
10
|
- page_title 'Request details'
%h3.page-title
Request details
%hr
= link_to 'Resend Request', retry_admin_hook_hook_log_path(@hook, @hook_log), class: "btn btn-secondary pull-right prepend-left-10"
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }
|