show.html.haml 345 Bytes
Newer Older
1 2 3 4 5 6
.row.prepend-top-default.append-bottom-default
  .col-lg-3
    %h4.prepend-top-0
      Request details
  .col-lg-9

7
    = link_to 'Resend Request', retry_project_hook_hook_log_path(@project, @hook, @hook_log), class: "btn btn-default pull-right prepend-left-10"
8 9

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