Commit 2b921a6c725d53e2223a670b0110833f25877f4e

Authored by Dmitriy Zaporozhets
1 parent 9826db17

Few icons for services list

Showing 1 changed file with 9 additions and 5 deletions   Show diff stats
app/views/services/index.html.haml
@@ -4,23 +4,27 @@ @@ -4,23 +4,27 @@
4 4
5 %ul.unstyled.ui-box 5 %ul.unstyled.ui-box
6 %li.wll 6 %li.wll
7 - %h4 7 + %h4.cgreen
8 = link_to edit_project_service_path(@project, :gitlab_ci) do 8 = link_to edit_project_service_path(@project, :gitlab_ci) do
9 GitLab CI 9 GitLab CI
10 %small Continuous integration server from GitLab 10 %small Continuous integration server from GitLab
11 .right 11 .right
12 - if @gitlab_ci_service.try(:active) 12 - if @gitlab_ci_service.try(:active)
13 - %small.cgreen Enabled 13 + %small.cgreen
  14 + %i.icon-ok
  15 + Enabled
14 - else 16 - else
15 - %small.cgray Disabled 17 + %small.cgray
  18 + %i.icon-off
  19 + Disabled
16 %li.wll 20 %li.wll
17 - %h4 21 + %h4.cgray
18 Jenkins CI 22 Jenkins CI
19 %small An extendable open source continuous integration server 23 %small An extendable open source continuous integration server
20 .right 24 .right
21 %small Not implemented yet 25 %small Not implemented yet
22 %li.wll 26 %li.wll
23 - %h4 27 + %h4.cgray
24 Campfire 28 Campfire
25 %small Web-based group chat tool 29 %small Web-based group chat tool
26 .right 30 .right