Commit 2b921a6c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Few icons for services list

parent 9826db17
...@@ -4,23 +4,27 @@ ...@@ -4,23 +4,27 @@
%ul.unstyled.ui-box %ul.unstyled.ui-box
%li.wll %li.wll
%h4 %h4.cgreen
= link_to edit_project_service_path(@project, :gitlab_ci) do = link_to edit_project_service_path(@project, :gitlab_ci) do
GitLab CI GitLab CI
%small Continuous integration server from GitLab %small Continuous integration server from GitLab
.right .right
- if @gitlab_ci_service.try(:active) - if @gitlab_ci_service.try(:active)
%small.cgreen Enabled %small.cgreen
%i.icon-ok
Enabled
- else - else
%small.cgray Disabled %small.cgray
%i.icon-off
Disabled
%li.wll %li.wll
%h4 %h4.cgray
Jenkins CI Jenkins CI
%small An extendable open source continuous integration server %small An extendable open source continuous integration server
.right .right
%small Not implemented yet %small Not implemented yet
%li.wll %li.wll
%h4 %h4.cgray
Campfire Campfire
%small Web-based group chat tool %small Web-based group chat tool
.right .right
......
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