Sha256: 658d4458cd1f85ab92d85ab8e342377ca7b3df38ffff8dc9ecbde9bfc227e019

Contents?: true

Size: 296 Bytes

Versions: 27

Compression:

Stored size: 296 Bytes

Contents

xml.instruct! :xml, version: "1.0"
xml.modsCollection(
        'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance",
        'xmlns' => "http://www.loc.gov/mods/v3"){
  @manifestations.each do |manifestation|
      xml << render('manifestations/show', manifestation: manifestation)
  end
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.3.4 app/views/manifestations/index.mods.builder
enju_biblio-0.3.3 app/views/manifestations/index.mods.builder
enju_biblio-0.3.2 app/views/manifestations/index.mods.builder
enju_biblio-0.3.1 app/views/manifestations/index.mods.builder
enju_biblio-0.3.0 app/views/manifestations/index.mods.builder
enju_biblio-0.3.0.rc.1 app/views/manifestations/index.mods.builder
enju_biblio-0.3.0.beta.2 app/views/manifestations/index.mods.builder