Sha256: 39dd546e662bd6d7a49cee79a10b4876c42be7ff4f556f32cee9181bf1daabbd

Contents?: true

Size: 507 Bytes

Versions: 5

Compression:

Stored size: 507 Bytes

Contents

<% curation_concern ||= @collection %>
<% provide :page_title, curation_concern_page_title(curation_concern) %>
<% provide :page_header do %>
  <h2>Describe Your <%= curation_concern.human_readable_type %></h2>
  <p>
    The more descriptive information you provide the better we can serve your needs.
  </p>
  <p>
    Please consider releasing your <%= curation_concern.human_readable_type.downcase %> as an <span class="label label-success">Open Access</span> work.
  </p>
<% end %>

<%= render 'form' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/collections/new.html.erb
worthwhile-0.1.1 app/views/collections/new.html.erb
worthwhile-0.1.0 app/views/collections/new.html.erb
worthwhile-0.0.3 app/views/collections/new.html.erb
worthwhile-0.0.2 app/views/collections/new.html.erb