diff --git a/app/views/projects/git_hooks/index.html.haml b/app/views/projects/git_hooks/index.html.haml index 785f4389b7..8a48b9fe34 100644 --- a/app/views/projects/git_hooks/index.html.haml +++ b/app/views/projects/git_hooks/index.html.haml @@ -15,7 +15,11 @@ .col-sm-10 .checkbox = f.check_box :deny_delete_tag - %span.descr Do not allow users to remove git tags. + %span.descr + Do not allow users to remove git tags with + = succeed '.' do + %code git push + Tags can still be deleted through the web UI. -#.form-group = f.label :force_push_regex, "Force push", class: 'control-label'