diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-07 11:51:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-07 11:51:03 +0100 |
commit | 15a282387938c896ff7b83cb1bb4fe447b856b2b (patch) | |
tree | 373e71bd1eb965f1590faa1e0a662adbe63d2219 /app/views/admin | |
parent | e5183d907e9db2bdf87dae83708b35a970a829ba (diff) | |
download | gitlab-ce-15a282387938c896ff7b83cb1bb4fe447b856b2b.tar.gz |
fixed breadcrumb titles
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/services/edit.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml index 53d970e33c1..0a641c3f7a6 100644 --- a/app/views/admin/services/edit.html.haml +++ b/app/views/admin/services/edit.html.haml @@ -1,2 +1,3 @@ +- @breadcrumb_title = "Service Templates" - page_title @service.title, "Service Templates" = render 'form' |