Sha256: 542571d9189b00b42f96cefb3594d7193eeee085a1640903bc03f199eef80700
Contents?: true
Size: 668 Bytes
Versions: 4
Compression:
Stored size: 668 Bytes
Contents
<% content_for :page_header do %> <h2>What are you uploading?</h2> <p>Before we can begin we need to know a little about what you're uploading.</p> <% end %> <%= simple_form_for classify_concern do |f| %> <fieldset> <legend>Describe Your Files</legend> <%= f.input :curation_concern_type, as: :select, collection: classify_concern.possible_curation_concern_types, label: "What are you uploading?" %> <div class="form-actions"> <%= f.submit('Continue', class: "btn btn-primary") %> <%= link_to 'Cancel', dashboard_index_path, class: "btn btn-link" %> </div> </fieldset> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems