Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/services/index.html.haml')
-rw-r--r--app/views/projects/services/index.html.haml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml
new file mode 100644
index 00000000000..6d254f66f1c
--- /dev/null
+++ b/app/views/projects/services/index.html.haml
@@ -0,0 +1,16 @@
+%h3.page_title Services
+%br
+
+%ul.bordered-list
+ - @services.each do |service|
+ %li
+ %h4
+ - if service.activated?
+ %span.cgreen
+ %i.icon-circle
+ - else
+ %span.cgray
+ %i.icon-circle-blank
+ = link_to edit_project_service_path(@project, service.to_param) do
+ = service.title
+ %p= service.description