Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xml.atom.builder « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7144b6305a2e4dcb88617c47816e09c11e430e1d (plain)
1
2
3
4
5
6
# 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