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:
authorSean McGivern <sean@gitlab.com>2017-04-05 13:24:15 +0300
committerRémy Coutable <remy@rymai.me>2017-04-14 16:20:55 +0300
commit5b698082323e019e47b5c739cdec0300b521340b (patch)
tree49e53d856dc00849b9757993cd83128d0ec1e642 /app/views/admin
parent0d7645e1b0312ea0a78401a835785422cc01660d (diff)
Rename user cohorts -> cohorts
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/cohorts/_cohorts_table.html.haml (renamed from app/views/admin/user_cohorts/_cohorts_table.html.haml)0
-rw-r--r--app/views/admin/cohorts/_usage_ping.html.haml (renamed from app/views/admin/user_cohorts/_usage_ping.html.haml)0
-rw-r--r--app/views/admin/cohorts/index.html.haml (renamed from app/views/admin/user_cohorts/index.html.haml)0
-rw-r--r--app/views/admin/dashboard/_head.html.haml6
4 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/user_cohorts/_cohorts_table.html.haml b/app/views/admin/cohorts/_cohorts_table.html.haml
index a322ea9e5db..a322ea9e5db 100644
--- a/app/views/admin/user_cohorts/_cohorts_table.html.haml
+++ b/app/views/admin/cohorts/_cohorts_table.html.haml
diff --git a/app/views/admin/user_cohorts/_usage_ping.html.haml b/app/views/admin/cohorts/_usage_ping.html.haml
index a95f81a7f49..a95f81a7f49 100644
--- a/app/views/admin/user_cohorts/_usage_ping.html.haml
+++ b/app/views/admin/cohorts/_usage_ping.html.haml
diff --git a/app/views/admin/user_cohorts/index.html.haml b/app/views/admin/cohorts/index.html.haml
index dddcbd834f7..dddcbd834f7 100644
--- a/app/views/admin/user_cohorts/index.html.haml
+++ b/app/views/admin/cohorts/index.html.haml
diff --git a/app/views/admin/dashboard/_head.html.haml b/app/views/admin/dashboard/_head.html.haml
index 0c2e5efc052..163bd5662b0 100644
--- a/app/views/admin/dashboard/_head.html.haml
+++ b/app/views/admin/dashboard/_head.html.haml
@@ -27,7 +27,7 @@
= link_to admin_runners_path, title: 'Runners' do
%span
Runners
- = nav_link path: 'user_cohorts#index' do
- = link_to admin_user_cohorts_path, title: 'User cohorts' do
+ = nav_link path: 'cohorts#index' do
+ = link_to admin_cohorts_path, title: 'Cohorts' do
%span
- User cohorts
+ Cohorts