Sha256: cb0cc8c7f1e8b93c28600140246eedf5b74572bcc04922d727702746bb65bfbc

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

%fieldset.nested-fields
  %legend
    %h4 Contributor
  = f.hidden_field :_destroy
  = f.input :contributor_role, collection: WorksCited.configuration.valid_contributor_roles.map { |x| [x, x] }
  = f.input :first
  = f.input :middle, hint: 'Only the initial is used'
  = f.input :last
  = f.input :suffix
  = f.input :handle
  = link_to "Remove", '#', class: 'remove_fields button button-danger'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
works_cited-0.1.16 app/views/works_cited/contributors/_contributor_fields.html.haml
works_cited-0.1.15 app/views/works_cited/contributors/_contributor_fields.html.haml