diff options
Diffstat (limited to 'app/views/projects/services/edit.html.haml')
-rw-r--r-- | app/views/projects/services/edit.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/services/edit.html.haml b/app/views/projects/services/edit.html.haml index 3e2a24a4c32..25770df1c90 100644 --- a/app/views/projects/services/edit.html.haml +++ b/app/views/projects/services/edit.html.haml @@ -2,5 +2,4 @@ - page_title @service.title, "Services" - add_to_breadcrumbs("Settings", edit_project_path(@project)) -= render "projects/settings/head" = render 'form' |