Sha256: ab25271c9c061cce3d444faececcd4843353763124dcb543696ff566cf1f3d01

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

<%
  row = cell(:elements, :row).new
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
%>

<!-- MAIN CONTAINER -->
<%=raw row.open %>

  <%=raw block.open %>

    <div class="medias__dropzone">
      <%=raw cell(:inputs, :dropzone).new(url: lato_media.medias_path, max_size: CONFIGS[:lato_media][:max_media_accepted_size],
      label: LANGUAGES[:lato_media][:mixed][:load_media_files]) %>
    </div>
    
    <br>
    <div class="text-right">
      <%=raw cell(:elements, :button).new(label: LANGUAGES[:lato_media][:mixed][:show_all_media], icon: 'check',
      url: lato_media.medias_path, style: 'success') %>
    </div>
    
  <%=raw block.close %>

<%=raw row.close %>
<!-- / MAIN CONTAINER -->

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lato_media-2.1.2 app/views/lato_media/back/medias/new.html.erb
lato_media-2.1 app/views/lato_media/back/medias/new.html.erb