Commit 747292e2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

reorder features list in project -> edit page

parent b765a795
...@@ -81,6 +81,12 @@ ...@@ -81,6 +81,12 @@
= f.check_box :merge_requests_enabled = f.check_box :merge_requests_enabled
%span.descr Submit changes to be merged upstream. %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 .control-group
= f.label :wall_enabled, "Wall", class: 'control-label' = f.label :wall_enabled, "Wall", class: 'control-label'
.controls .controls
...@@ -93,11 +99,6 @@ ...@@ -93,11 +99,6 @@
= f.check_box :snippets_enabled = f.check_box :snippets_enabled
%span.descr Share code pastes with others out of git repository %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 .form-actions
= f.submit 'Save', class: "btn btn-save" = f.submit 'Save', class: "btn btn-save"
......
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