reorder features list in project -> edit page
This commit is contained in:
parent
b765a7958d
commit
747292e2d3
1 changed files with 6 additions and 5 deletions
|
@ -81,6 +81,12 @@
|
|||
= f.check_box :merge_requests_enabled
|
||||
%span.descr Submit changes to be merged upstream.
|
||||
|
||||
.control-group
|
||||
= f.label :wiki_enabled, "Wiki", class: 'control-label'
|
||||
.controls
|
||||
= f.check_box :wiki_enabled
|
||||
%span.descr Pages for project documentation
|
||||
|
||||
.control-group
|
||||
= f.label :wall_enabled, "Wall", class: 'control-label'
|
||||
.controls
|
||||
|
@ -93,11 +99,6 @@
|
|||
= f.check_box :snippets_enabled
|
||||
%span.descr Share code pastes with others out of git repository
|
||||
|
||||
.control-group
|
||||
= f.label :wiki_enabled, "Wiki", class: 'control-label'
|
||||
.controls
|
||||
= f.check_box :wiki_enabled
|
||||
%span.descr Pages for project documentation
|
||||
|
||||
.form-actions
|
||||
= f.submit 'Save', class: "btn btn-save"
|
||||
|
|
Loading…
Reference in a new issue