diff options
Diffstat (limited to 'app/views/projects/services/edit.html.haml')
-rw-r--r-- | app/views/projects/services/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/edit.html.haml b/app/views/projects/services/edit.html.haml index 50ed78286d2..3b321981506 100644 --- a/app/views/projects/services/edit.html.haml +++ b/app/views/projects/services/edit.html.haml @@ -1,2 +1,2 @@ -- page_title @service.title, "Services" +- page_title @service.title, "服务" = render 'form' |