Sha256: f7c13d089c49dcd88be054658255de6e8332b8399022b285a345db1b35aeddf6

Contents?: true

Size: 946 Bytes

Versions: 1

Compression:

Stored size: 946 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 %>


<div class="row">
  <ul class="classify-work">
    <% classify_concern.all_curation_concern_classes.each do |klass| %>
      <% if can? :create, klass %>
        <li class="work-type">
          <h3 class="title"><%= klass.human_readable_type %></h3>
          <p class="short-description"><%= klass.human_readable_short_description %></p>
          <%= link_to 'Add New',
            main_app.new_polymorphic_path([:curation_concern, klass]),
            class: "add-button btn btn-primary #{dom_class(klass, 'add_new')}"
          %>
        </li>
      <% end %>
    <% end %>
    <li class="work-type placeholder" aria-hidden="true"></li>
    <li class="work-type placeholder" aria-hidden="true"></li>
    <li class="work-type placeholder" aria-hidden="true"></li>
  </ul>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
worthwhile-0.0.1 app/views/worthwhile/classify_concerns/new.html.erb