Commit 97a7bdd2 authored by Phil Hughes's avatar Phil Hughes

Updated services UI

parent 28eea9bd
%h3.page-title .row.prepend-top-default.append-bottom-default
.col-lg-3
%h4.prepend-top-0
= @service.title = @service.title
= boolean_to_icon @service.activated? = boolean_to_icon @service.activated?
%p= @service.description %p= @service.description
.col-lg-9
%hr = form_for(@service, as: :service, url: namespace_project_service_path(@project.namespace, @project, @service.to_param), method: :put, html: { class: 'form-horizontal' }) do |form|
= form_for(@service, as: :service, url: namespace_project_service_path(@project.namespace, @project, @service.to_param), method: :put, html: { class: 'form-horizontal' }) do |form|
= render 'shared/service_settings', form: form = render 'shared/service_settings', form: form
.form-actions
= form.submit 'Save changes', class: 'btn btn-save' = form.submit 'Save changes', class: 'btn btn-save'
   
- if @service.valid? && @service.activated? - if @service.valid? && @service.activated?
......
- page_title "Services" - page_title "Services"
%h3.page-title Project services
%p.light Project services allow you to integrate GitLab with other applications
.table-holder .row.prepend-top-default.append-bottom-default
.col-lg-3
%h4.prepend-top-0
Project services
%p Project services allow you to integrate GitLab with other applications
.col-lg-9
.table-responsive
%table.table %table.table
%colgroup
%col
%col
%col
%col{ width: "120" }
%thead %thead
%tr %tr
%th %th
......
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