Sha256: 800c31e7305851462fe43e4c233ba9a1fea564d0eba323d4af3f59b4e2c151b6
Contents?: true
Size: 558 Bytes
Versions: 2
Compression:
Stored size: 558 Bytes
Contents
<div class="span6"> <fieldset class="required"> <legend>Required Information</legend> <%= f.input :title, input_html: { class: 'input-xlarge' } %> <%= render partial: 'linked_contributors', locals: {f: f} %> <%= f.input :description, as: :text, hint: 'Please keep your abstract to 300 words or less.', input_html: { class: 'input-xxxlarge', rows: '14' }, label: 'Abstract' %> </fieldset> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curate-0.5.0 | app/views/curation_concern/generic_works/_form_required_information.html.erb |
curate-0.4.2 | app/views/curation_concern/generic_works/_form_required_information.html.erb |