Commit be18faee authored by Annabel Dunstone's avatar Annabel Dunstone

Align pipelines settings to match other settings pages

parent 54340809
= form_for [@project.namespace.becomes(Namespace), @project], remote: true, authenticity_token: true do |f|
- page_title "Pipelines Settings"
%fieldset.builds-feature
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= page_title
.col-lg-9
%h5.prepend-top-0
Builds
= form_for [@project.namespace.becomes(Namespace), @project], remote: true, authenticity_token: true do |f|
%fieldset.builds-feature
- unless @repository.gitlab_ci_yml
.form-group
%p Builds need to be configured before you can begin using Continuous Integration.
......@@ -70,8 +76,12 @@
- badges_path = namespace_project_badges_path(@project.namespace, @project)
.prepend-top-10
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
Builds Badge
.col-lg-9
.prepend-top-10
.panel.panel-default
.panel-heading
%b Builds badge ·
......
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