Merge branch 'gt-update-environment-breadcrumb' into 'master'

Update environments breadcrumb

Closes #48048

See merge request gitlab-org/gitlab-ce!23751
This commit is contained in:
Filipa Lacerda 2018-12-13 10:00:18 +00:00
commit 6b68d82fbf
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,5 @@
- @no_container = true
- page_title _("Environments")
- add_to_breadcrumbs(_("Pipelines"), project_pipelines_path(@project))
#environments-list-view{ data: { environments_data: environments_list_data,
"can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,

View File

@ -0,0 +1,5 @@
---
title: Update environments breadcrumb
merge_request: 23751
author: George Tsiolis
type: changed