=html_escape(_('The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job'))%{code_open: '<code>'.html_safe,code_close: '</code>'.html_safe}
=html_escape(_('Jobs fail if they run longer than the timeout time. Input value is in seconds by default. Human readable input is also accepted, for example %{code_open}1 hour%{code_close}.'))%{code_open: '<code>'.html_safe,code_close: '</code>'.html_safe}
=_('Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}').html_safe%{link_start: link_start,link_end: link_end.html_safe}
=form.text_field:push_events_branch_filter,class: 'form-control',placeholder: 'Branch name or wildcard pattern to trigger on (leave blank for all)'
=form.text_field:push_events_branch_filter,class: 'form-control gl-form-input',placeholder: 'Branch name or wildcard pattern to trigger on (leave blank for all)'
%p.text-muted.gl-ml-1
=s_('Webhooks|This URL will be triggered by a push to the repository')