Commit 5cf31b92c4b56f9526b8557a78a59944a4a47bb4

Authored by Dmitriy Zaporozhets
1 parent 96514572

Fix system hook page description

Showing 1 changed file with 9 additions and 6 deletions   Show diff stats
app/views/admin/hooks/index.html.haml
1   -.alert.alert-info
2   - %span
3   - Post-receive hooks for binding events.
4   - %br
5   - Read more about system hooks
6   - %strong #{link_to "here", help_system_hooks_path, class: "vlink"}
  1 +%h3.page-title
  2 + System Hooks
  3 +
  4 +%p.light
  5 + #{link_to "System hooks ", help_system_hooks_path, class: "vlink"} can be
  6 + used for binding events when GitLab creates a User or Project.
  7 +
  8 +%hr
  9 +
7 10  
8 11 = form_for @hook, as: :hook, url: admin_hooks_path, html: { class: 'form-inline' } do |f|
9 12 -if @hook.errors.any?
... ...