Sha256: feb881d6dba1b7c773fb7619b5a4825f4eba8ee83b56bce6538cba7cce5f001c
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 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, as: :string
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
works_cited-0.1.16 | app/views/works_cited/citation_types/fields/_email.html.haml |
works_cited-0.1.15 | app/views/works_cited/citation_types/fields/_email.html.haml |