Skip to content
Snippets Groups Projects
Commit 7cef07c9 authored by kushalpandya's avatar kushalpandya
Browse files

Render service extras partial conditionally

parent 2e302e35
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,3 +18,7 @@
 
= link_to 'Test settings', test_namespace_project_service_path(@project.namespace, @project, @service), class: "btn #{disabled_class}", title: disabled_title
= link_to "Cancel", namespace_project_settings_integrations_path(@project.namespace, @project), class: "btn btn-cancel"
- if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true)
%hr
= render "projects/services/#{@service.to_param}/show"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment