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
path: root/app/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-12 12:13:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-12 12:13:29 +0300
commitfab43fda656e091104f79668db65f7c5e2a2e68c (patch)
tree8a189f90f1f6d67c0aa5022b65ae6b80564222d0 /app/views
parent24cae4b6d57db9e2fc08ed59cf1739c222065f91 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views')
-rw-r--r--app/views/organizations/organizations/groups_and_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/organizations/organizations/groups_and_projects.html.haml b/app/views/organizations/organizations/groups_and_projects.html.haml
index 8890f4b1ce5..a993e1c9404 100644
--- a/app/views/organizations/organizations/groups_and_projects.html.haml
+++ b/app/views/organizations/organizations/groups_and_projects.html.haml
@@ -1,3 +1,3 @@
- page_title _('Groups and projects')
-#js-organizations-groups-and-projects
+#js-organizations-groups-and-projects{ data: { app_data: organization_groups_and_projects_app_data } }