Sha256: 3973f9d1f93776b530321c3b3b1c88b80c18906fc165674a240d67bfe7ef4f7e

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

<% unless curation_concern.persisted? %>
  <fieldset id="work-contents">
    <div class="row with-headroom">
      <div class="span12">
        <legend>
          Add Your Content
        </legend>

        <p class="help-block">
          The subject of your <%= curation_concern.human_readable_type.downcase %> can either be a file <em>or</em> a URL.
        </p>
      </div>
    </div>

    <div class="row">

      <fieldset class="col-md-5">
        <%= f.input :files, as: :file, label: 'Upload a file', hint: 'A PDF is preferred.'%>
      </fieldset>

      <strong class="col-md-1 field-choice">OR</strong>

      <fieldset class="col-md-6">
        <%= f.input :linked_resource_urls, label: "External link", input_html: {class: 'form-control'} %>
      </fieldset>

    </div>
  </fieldset>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/curation_concern/base/_form_files_and_links.html.erb
worthwhile-0.1.1 app/views/curation_concern/base/_form_files_and_links.html.erb
worthwhile-0.1.0 app/views/curation_concern/base/_form_files_and_links.html.erb
worthwhile-0.0.3 app/views/curation_concern/base/_form_files_and_links.html.erb
worthwhile-0.0.2 app/views/curation_concern/base/_form_files_and_links.html.erb
worthwhile-0.0.1 app/views/curation_concern/base/_form_files_and_links.html.erb