Restyled services page in order to make it more usable

This commit is contained in:
Dmitriy Zaporozhets 2012-12-02 08:41:06 +03:00
parent c0c5d94b2b
commit 6ea6ab7c8d
4 changed files with 36 additions and 21 deletions

View file

@ -1,16 +1,19 @@
%h3.page_title
Services → GitLab CI Integration
GitLab CI
%small Continuous integration server from GitLab
.right
.thumbnail
- if @service.active
= image_tag 'service-gitlab-ci.png', class: 'small'
- else
= image_tag 'service-disabled-gitlab-ci.png', class: 'small'
- if @service.active
%small.cgreen Enabled
- else
%small.btn Disabled
.back_link
= link_to project_services_path(@project) do
← to services
%hr
= form_for(@service, :as => :service, :url => project_service_path(@project, :gitlab_ci), :method => :put) do |f|
- if @service.errors.any?
.alert-message.block-message.error