Sha256: e14644eccf343629be4deb6e2becf19539a1f5c6d8b2065f51c364ce3b45ff67

Contents?: true

Size: 1.34 KB

Versions: 49

Compression:

Stored size: 1.34 KB

Contents

<li data-reorder-id='<%= node.id %>'>
    <div class="panel panel-default">
      <%= simple_form_for [main_app, node], remote: true, html: {'data-type': 'json'} do |f| %>
        <div class="panel-heading">
          <div class="order-title">
            <%= f.input :title, as: :string, input_html: { name: "#{f.object.model_name.singular}[title][]", class: "title" }, value: node.to_s, label: false, hint: false %>
          </div>
          <div class="file-set-link pull-right">
            <%= link_to contextual_path(node, @presenter), title: "Edit file" do %>
              <span class="glyphicon glyphicon-edit" aria-hidden="true"></span>
            <% end %>
          </div>
          <% if node.respond_to?(:label) %>
            <div class="order-filename">
              <em title="<%= node.page_title %>">(<%= truncate(node.label, length: 29) %>)</em>
            </div>
          <% end %>
        </div>
        <div class="panel-body">
          <div class="text-center thumbnail">
            <%= render "file_manager_thumbnail", node: node %>
          </div>
          <div class="attributes">
            <%= render "file_manager_attributes", node: node, f: f %>
          </div>
          <div class="spacer">
          </div>
        </div>
      <% end %>
      <%= render "file_manager_member_resource_options", node: node %>
    </div>
</li>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.5.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.4.2 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.4.1 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.4.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.3.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.2.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.6 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.1.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.5 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.0.2 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.0.1 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.0.0 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.4 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.3 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.2 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.1 app/views/hyrax/base/_file_manager_member.html.erb
hyrax-2.9.0 app/views/hyrax/base/_file_manager_member.html.erb