summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 11:52:42 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 11:52:42 +0200
commit2b921a6c725d53e2223a670b0110833f25877f4e (patch)
tree6eacd34db0c1c3ffd19b55cd39a8986bd16abdf9
parent9826db17e756c71eed5abdf75e3b5d2d105dff1a (diff)
downloadgitlab-ce-2b921a6c725d53e2223a670b0110833f25877f4e.tar.gz
Few icons for services list
-rw-r--r--app/views/services/index.html.haml14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/views/services/index.html.haml b/app/views/services/index.html.haml
index ae3dbef97ad..2b4655285e2 100644
--- a/app/views/services/index.html.haml
+++ b/app/views/services/index.html.haml
@@ -4,23 +4,27 @@
%ul.unstyled.ui-box
%li.wll
- %h4
+ %h4.cgreen
= link_to edit_project_service_path(@project, :gitlab_ci) do
GitLab CI
%small Continuous integration server from GitLab
.right
- if @gitlab_ci_service.try(:active)
- %small.cgreen Enabled
+ %small.cgreen
+ %i.icon-ok
+ Enabled
- else
- %small.cgray Disabled
+ %small.cgray
+ %i.icon-off
+ Disabled
%li.wll
- %h4
+ %h4.cgray
Jenkins CI
%small An extendable open source continuous integration server
.right
%small Not implemented yet
%li.wll
- %h4
+ %h4.cgray
Campfire
%small Web-based group chat tool
.right