Sha256: 29ecfce033cb5565a086967255ae83f77d554af886c934e4f136857c1c7bd3b7

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 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 :abstract,
                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/articles/_form_required_information.html.erb
curate-0.4.2 app/views/curation_concern/articles/_form_required_information.html.erb