gitlab-org--gitlab-foss/app/helpers/projects/incidents_helper.rb

10 lines
158 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Projects::IncidentsHelper
def incidents_data(project)
{
'project-path' => project.full_path
}
end
end