Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « hook_logs « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8ef19dcf4656083309181046e08328b28423eb8 (plain)
1
2
3
4
5
6
7
8
9
- page_title _('Request details')
%h3.page-title
  = _("Request details")

%hr

= link_to _("Resend Request"), retry_admin_hook_hook_log_path(@hook, @hook_log), method: :post, class: "btn btn-default float-right gl-ml-3"

= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }