diff options
Diffstat (limited to 'app/views/projects/ci_services/edit.html.haml')
-rw-r--r-- | app/views/projects/ci_services/edit.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/ci_services/edit.html.haml b/app/views/projects/ci_services/edit.html.haml index bcc5832792f..dacb6b4f6f4 100644 --- a/app/views/projects/ci_services/edit.html.haml +++ b/app/views/projects/ci_services/edit.html.haml @@ -1 +1,2 @@ +- page_title @service.title, "CI Services" = render 'form' |