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-08-29 21:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-29 21:10:24 +0300
commit3e3f936ff7e5645fc5d379aae87dca6671dc417f (patch)
tree667221ef19830ea955035580bf0a6487dc610584 /app/views/organizations
parent9a8093da816c96e2bab9812c2f00ef276270793b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/organizations')
-rw-r--r--app/views/organizations/organizations/index.html.haml2
-rw-r--r--app/views/organizations/organizations/new.html.haml3
2 files changed, 5 insertions, 0 deletions
diff --git a/app/views/organizations/organizations/index.html.haml b/app/views/organizations/organizations/index.html.haml
new file mode 100644
index 00000000000..04a90b7589f
--- /dev/null
+++ b/app/views/organizations/organizations/index.html.haml
@@ -0,0 +1,2 @@
+- page_title s_('Organization|Organizations')
+- header_title _("Your work"), root_path
diff --git a/app/views/organizations/organizations/new.html.haml b/app/views/organizations/organizations/new.html.haml
new file mode 100644
index 00000000000..4d7f552c87b
--- /dev/null
+++ b/app/views/organizations/organizations/new.html.haml
@@ -0,0 +1,3 @@
+- page_title s_('Organization|New organization')
+- header_title _("Your work"), root_path
+- add_to_breadcrumbs s_('Organization|Organizations'), organizations_path