Commit 5ab3adb4 authored by Valery Sizov's avatar Valery Sizov

Improve git hook description

parent 5d7595ef
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
Tags can still be deleted through the web UI. Tags can still be deleted through the web UI.
.form-group .form-group
= f.label :member_check, "Restrict commit authors to existing Gitlab users", class: 'control-label' = f.label :member_check, "Restrict commits by author(email) to existing GitLab users", class: 'control-label'
.col-sm-10 .col-sm-10
%label %label
.checkbox .checkbox
= f.check_box :member_check = f.check_box :member_check
%span.descr %span.descr
Check whether author is a GitLab member Check whether author is a GitLab user
-#.form-group -#.form-group
= f.label :force_push_regex, "Force push", class: 'control-label' = f.label :force_push_regex, "Force push", class: 'control-label'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment