debian-mirror-gitlab/app/views/shared/web_hooks/_title_and_docs.html.haml
2020-01-01 13:55:28 +05:30

5 lines
232 B
Text

%h4.prepend-top-0
= page_title
%p
- link = link_to(hook.pluralized_name, help_page_path(hook.help_path))
= _('%{link} can be used for binding events when something is happening within the project.').html_safe % { link: link }