Sha256: 87ab02986fb2a5da97f504776520e09aa14d38732d5fe6868e5298244c96d7df

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

<% if @pictures.empty? %>
  <%= render_message do %>
    <%= Alchemy.t(:no_images_in_archive) %>
  <% end %>
<% else %>
  <%= render partial: 'picture_to_assign',
    collection: @pictures,
    locals: {options: options_from_params, size: @size} %>
  <%= paginate @pictures, theme: 'alchemy', remote: true %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/pictures/_overlay_picture_list.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/pictures/_overlay_picture_list.html.erb