gitlab-org--gitlab-foss/app/views/layouts/xml.atom.builder

7 lines
167 B
Ruby

# frozen_string_literal: true
xml.instruct!
xml.feed 'xmlns' => 'http://www.w3.org/2005/Atom', 'xmlns:media' => 'http://search.yahoo.com/mrss/' do
xml << yield
end