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/profiles/chat_names/_chat_name.html.haml')
-rw-r--r--app/views/profiles/chat_names/_chat_name.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/profiles/chat_names/_chat_name.html.haml b/app/views/profiles/chat_names/_chat_name.html.haml
index ca895972b71..24c25bc1ab2 100644
--- a/app/views/profiles/chat_names/_chat_name.html.haml
+++ b/app/views/profiles/chat_names/_chat_name.html.haml
@@ -1,5 +1,5 @@
-- service = chat_name.service
-- project = service.project
+- integration = chat_name.integration
+- project = integration.project
%tr
%td
%strong
@@ -10,9 +10,9 @@
%td
%strong
- if can?(current_user, :admin_project, project)
- = link_to service.title, edit_project_service_path(project, service)
+ = link_to integration.title, edit_project_service_path(project, integration)
- else
- = service.title
+ = integration.title
%td
= chat_name.team_domain
%td