Commit 2b921a6c725d53e2223a670b0110833f25877f4e
1 parent
9826db17
Exists in
master
and in
4 other branches
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 | 4 | |
5 | 5 | %ul.unstyled.ui-box |
6 | 6 | %li.wll |
7 | - %h4 | |
7 | + %h4.cgreen | |
8 | 8 | = link_to edit_project_service_path(@project, :gitlab_ci) do |
9 | 9 | GitLab CI |
10 | 10 | %small Continuous integration server from GitLab |
11 | 11 | .right |
12 | 12 | - if @gitlab_ci_service.try(:active) |
13 | - %small.cgreen Enabled | |
13 | + %small.cgreen | |
14 | + %i.icon-ok | |
15 | + Enabled | |
14 | 16 | - else |
15 | - %small.cgray Disabled | |
17 | + %small.cgray | |
18 | + %i.icon-off | |
19 | + Disabled | |
16 | 20 | %li.wll |
17 | - %h4 | |
21 | + %h4.cgray | |
18 | 22 | Jenkins CI |
19 | 23 | %small An extendable open source continuous integration server |
20 | 24 | .right |
21 | 25 | %small Not implemented yet |
22 | 26 | %li.wll |
23 | - %h4 | |
27 | + %h4.cgray | |
24 | 28 | Campfire |
25 | 29 | %small Web-based group chat tool |
26 | 30 | .right | ... | ... |