Sha256: df06b80406922f1d53ec8395993e4a9daa07d32d59c6ac6d85359f7c03465498

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

xml.instruct!
xml.formats(({id: @document.id} if @document) || {}) do
  @export_formats.each do |shortname, meta|
    xml.format name: shortname, type: meta[:content_type]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight_unapi-0.1.0 app/views/catalog/formats.xml.builder