Sha256: 2e9dc79d331b8c3bcf03ecdcd263ac1e1078e05ae198951b6e25504eac35bb39

Contents?: true

Size: 682 Bytes

Versions: 3

Compression:

Stored size: 682 Bytes

Contents

<%= 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>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lato_core-2.1.2 app/cells/lato_core/inputs/dropzone/views/show.html.erb
lato_core-2.1.1 app/cells/lato_core/inputs/dropzone/views/show.html.erb
lato_core-2.1 app/cells/lato_core/inputs/dropzone/views/show.html.erb