Commit 5752bbab authored by Douwe Maan's avatar Douwe Maan

Update services_helper.rb

parent 5ca0b1a3
module ServicesHelper
<<<<<<< HEAD
prepend EE::ServicesHelper
=======
def service_event_description(event)
case event
when "push", "push_events"
......@@ -26,7 +25,6 @@ module ServicesHelper
"Event will be triggered when a commit is created/updated"
end
end
>>>>>>> upstream/master
def service_event_field_name(event)
event = event.pluralize if %w[merge_request issue confidential_issue].include?(event)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment