Sha256: bf358343a068fa09ce48469350733969a532b999cb61dfc767743bb82f8b89ef

Contents?: true

Size: 761 Bytes

Versions: 13

Compression:

Stored size: 761 Bytes

Contents

<%= content_for :title do %>
  Insert Image(s)
<% end %>
<div>
  <%= content_tag :table, id: "assets", class: "table table-striped no-wrap display", data: { source: "#{ assets_url(format: "json", type: :selector_view) }", order: '[[ 5, "desc" ]]' } do %>
    <thead>
      <tr>
        <%= content_tag :th, "", data: { orderable: false, searchable: false, visible: false } %>
        <%= content_tag :th, "", style: 'width:30px;', data: { orderable: false, searchable: false, class_name: 'preview' } %>
        <th>Name</th>
        <th>Size</th>
        <th>Type</th>
        <th>Last Updated</th>
      </tr>
    </thead>
  <% end %>
</div>
<%= content_for :footer do %>
  <button class='btn btn-primary select' disabled="disabled">Select</button>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.7.3 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.7.2 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.7.1 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.7.0 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.10 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.9 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.7 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.6 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.5 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.4 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.3 app/views/smithy/assets/selector_modal.html.erb
smithycms-0.6.2 app/views/smithy/assets/selector_modal.html.erb