mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Merge branch 'spacing-fix' into 'master'
add missing space From > Restrict commits by author(email) to existing GitLab users to > Restrict commits by author (email) to existing GitLab users See merge request !17
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
= f.check_box :member_check
|
||||
%strong
|
||||
Check whether author is a GitLab user
|
||||
.help-block Restrict commits by author(email) to existing GitLab users
|
||||
.help-block Restrict commits by author (email) to existing GitLab users
|
||||
|
||||
.form-group
|
||||
= f.label :commit_message_regex, "Commit message", class: 'control-label'
|
||||
@@ -57,4 +57,4 @@
|
||||
Set to 0 to allow files of any size.
|
||||
|
||||
.form-actions
|
||||
= f.submit "Save Git hooks", class: "btn btn-create"
|
||||
= f.submit "Save Git hooks", class: "btn btn-create"
|
||||
Reference in New Issue
Block a user