diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-05 11:24:15 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-14 15:20:55 +0200 |
commit | 5b698082323e019e47b5c739cdec0300b521340b (patch) | |
tree | 49e53d856dc00849b9757993cd83128d0ec1e642 /app/views | |
parent | 0d7645e1b0312ea0a78401a835785422cc01660d (diff) | |
download | gitlab-ce-5b698082323e019e47b5c739cdec0300b521340b.tar.gz |
Rename user cohorts -> cohorts
Diffstat (limited to 'app/views')
-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.haml | 6 |
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 |