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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-25 00:12:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-25 00:12:08 +0300
commit774f6e6e9824de147c12dcec745b16a049f86146 (patch)
tree81befe12f28d52f10c6a24a79ab0bbbb11668acc /app/views/organizations/settings/general.html.haml
parent4bb797f25563205cf495f4dd5366e037e88831ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/organizations/settings/general.html.haml')
-rw-r--r--app/views/organizations/settings/general.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/organizations/settings/general.html.haml b/app/views/organizations/settings/general.html.haml
index 94892ef9fbb..663c8fceedf 100644
--- a/app/views/organizations/settings/general.html.haml
+++ b/app/views/organizations/settings/general.html.haml
@@ -1 +1,4 @@
- page_title _("General settings")
+- add_page_specific_style 'page_bundles/settings'
+
+#js-organizations-settings-general{ data: { app_data: organization_settings_general_app_data(@organization) } }