Sha256: 4555cb69313448b265c776c7c06885d19eb6f4d71e440d12374a54b13aba1c19

Contents?: true

Size: 779 Bytes

Versions: 4

Compression:

Stored size: 779 Bytes

Contents

<div class="inputs-dropzone inputs__container">

  <%= render '../../shared/label.html' %>

  <form
    method="<%= @args[:method] %>"
    action="<%= @args[:url] %>"
    class="inputs__dropzone"
    data-param-name="<%= @args[:param_name] %>"
    data-max-size="<%= @args[:max_size] %>"
    data-max-files="<%= @args[:max_files] %>"
  >

    <input type="hidden" name="utf8" value="✓">
    <input type="hidden" name="authenticity_token" value="<%= @core__cells_authenticity_token %>">
    <input type="hidden" name="_method" value="<%= @args[:method] %>">
    
    <div class="fallback">
      <input name="<%= @args[:param_name] %>" type="file" multiple />
    </div>

    <div class="icon">
      <i class="fa fa-file-o" aria-hidden="true"></i>
    </div>

  </form>

</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/cells/lato_core/inputs/dropzone/views/show.html.erb
lato_core-2.2.0 app/cells/lato_core/inputs/dropzone/views/show.html.erb
lato_core-2.1.4 app/cells/lato_core/inputs/dropzone/views/show.html.erb
lato_core-2.1.3 app/cells/lato_core/inputs/dropzone/views/show.html.erb