Sha256: 8b9cd744fecbade8879acb46882c7cd022bb9148c2bcb30bff9ca27df6e1b580
Contents?: true
Size: 507 Bytes
Versions: 14
Compression:
Stored size: 507 Bytes
Contents
= f.input :title, label: 'Subject' = f.input :container_title = f.input :media = f.input :edition, hint: 'like "1st ed."' = f.input :volume, hint: 'like "vol. 1"' = f.input :number, hint: 'like "no. 1"' = f.input :publisher = f.input :year = f.input :published_at, as: :string, hint: 'Will be parsed and formatted', input_html: { value: f.object.published_at&.mla_date } = f.input :pages, hint: 'like "pp. 150-53"' = f.input :online_database = f.input :doi, label: 'Digital Object Identifier' = f.input :url
Version data entries
14 entries across 14 versions & 1 rubygems