<%= stylesheet_link_tag "gallery" %> <%= stylesheet_link_tag "lib/tags-groups" %>
Images re-ordering enabled.
<%= t('gallery.back') %> <%= t('gallery.checked') %>
<%= t('gallery.crop_div').html_safe %>
0°
<%= t('gallery.rotate_images') %> <%= t('gallery.batch_crop') %> <%= t('gallery.deselect') %> <% if can_edit_or_delete?(@album) %> <%= t('gallery.delete_photo') %> <%= t('gallery.add_tags') %> <%= t('gallery.import') %> <%= t('gallery.edit') %> <%= t('gallery.edit_order') %> <%= t('gallery.add_image') %> <% end %>
<%= t('gallery.drop_files_here') %>
<% content_for :page_specific_javascript do %> <%= javascript_include_tag "jquery.masonry.min.js" %> <%= javascript_include_tag "jquery.lite.image.resize.js" %> <%= javascript_include_tag "lib/checkbox.card" %> <%= javascript_include_tag "file-upload/vendor/jquery.ui.widget.js" %> <%= javascript_include_tag "file-upload/tmpl.min.js" %> <%= javascript_include_tag "file-upload/load-image.min.js" %> <%= javascript_include_tag "file-upload/canvas-to-blob.min.js" %> <%= javascript_include_tag "file-upload/jquery.iframe-transport.js" %> <%= javascript_include_tag "file-upload/jquery.fileupload.js" %> <%= javascript_include_tag "file-upload/jquery.fileupload-fp.js" %> <%= javascript_include_tag "file-upload/jquery.fileupload-ui.js" %> <%= javascript_include_tag "file-upload/drop-zone.js" %> <%= javascript_include_tag "gallery" %> <% end %>