diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-10-05 22:16:03 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-10-05 22:16:03 +0000 |
commit | 1bd08177761a6599d2ebfdfb02bcadee574e9c44 (patch) | |
tree | bf9de3a653ed32976459969ceafb85c094dff760 /app | |
parent | 5ad5d2f14e688733e177a18dc15e3e7645fcdc57 (diff) | |
parent | 7b8b2563c4d6b0090fd33fd50aad81561519f9cd (diff) | |
download | gitlab-ce-1bd08177761a6599d2ebfdfb02bcadee574e9c44.tar.gz |
Merge branch 'ee-7126-admin-projects-geo-status' into 'master'
EE Backport: enable Geo Status widget in admin/projects
See merge request gitlab-org/gitlab-ce!22161
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/projects/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml index 32f6eefc16a..fefb4c7455d 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -112,6 +112,8 @@ = visibility_level_icon(@project.visibility_level) = visibility_level_label(@project.visibility_level) + = render_if_exists 'admin/projects/geo_status_widget', locals: { project: @project } + .card .card-header Transfer project |