debian-mirror-gitlab/app/views/projects/services/edit.html.haml

10 lines
408 B
Text
Raw Normal View History

2019-12-26 22:10:19 +05:30
- breadcrumb_title @service.title
2020-04-08 14:13:33 +05:30
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
2020-04-22 19:07:51 +05:30
- page_title @service.title, _('Integrations')
2017-09-10 17:25:29 +05:30
2018-03-17 18:26:18 +05:30
= render 'deprecated_message' if @service.deprecation_message
2017-09-10 17:25:29 +05:30
2014-09-02 18:07:02 +05:30
= render 'form'
2020-01-01 13:55:28 +05:30
- if @web_hook_logs
= render partial: 'projects/hook_logs/index', locals: { hook: @service.service_hook, hook_logs: @web_hook_logs, project: @project }