summaryrefslogtreecommitdiff
path: root/app/views/projects/services/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/services/_index.html.haml')
-rw-r--r--app/views/projects/services/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/_index.html.haml b/app/views/projects/services/_index.html.haml
index 997b702da33..915c6b22162 100644
--- a/app/views/projects/services/_index.html.haml
+++ b/app/views/projects/services/_index.html.haml
@@ -21,7 +21,7 @@
%td{ "aria-label" => "#{service.title}: status " + (service.activated? ? "on" : "off") }
= boolean_to_icon service.activated?
%td
- = link_to edit_namespace_project_service_path(@project.namespace, @project, service.to_param) do
+ = link_to edit_project_service_path(@project, service.to_param) do
%strong= service.title
%td.hidden-xs
= service.description