Sha256: 02eddf9bd9e49bdd6fb343508fe1c5ff11ca32fd18af7649ae416c2d47684b97

Contents?: true

Size: 360 Bytes

Versions: 14

Compression:

Stored size: 360 Bytes

Contents

%fieldset
  %legend Contributor
  = form.input :contributor_role, collection: WorksCited.configuration.valid_contributor_roles.map { |x| [x, x] }
  = form.input :first
  = form.input :middle, hint: 'Only the initial is used'
  = form.input :last
  = form.input :suffix
  = form.input :handle
  = link_to_remove_nested form, link_classes: 'button button-danger'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
works_cited-0.1.14 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.13 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.11 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.10 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.9 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.8 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.7 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.6 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.5 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.4 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.3 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.2 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.1 app/views/works_cited/contributors/_fields.html.haml
works_cited-0.1.0 app/views/works_cited/contributors/_fields.html.haml