mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
Use ruby 1.9 hash syntax
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
= f.label :public do
|
||||
%span Public project
|
||||
.controls
|
||||
= f.check_box :public, { :checked => Gitlab.config.gitlab.default_projects_features.public }, true, false
|
||||
= f.check_box :public, { checked: Gitlab.config.gitlab.default_projects_features.public }, true, false
|
||||
%span.help-inline Make project visible to everyone
|
||||
|
||||
.form-actions
|
||||
|
||||
Reference in New Issue
Block a user