Sha256: 2bf3a273b406083fd8e5a0e964b0556acf3eb17fd7cc559163c1e66c51347161

Contents?: true

Size: 1.38 KB

Versions: 8

Compression:

Stored size: 1.38 KB

Contents

<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(album) -%>">
  <span class='title'>
    <%= album.title %>
     <%#= album.photos.count %>
    <span class="preview">
      <%= album.created_at.try(:strftime, '%b %d, %Y') %>
    </span>
  </span>
  <span class='actions'>
    <%#= link_to refinery_icon_tag("application_go.png"), refinery.photo_gallery_album_path(album),
        :title => t('.view_live_html'),
        :target => "_blank" %>

    <%= link_to (image_tag 'refinery/photo_gallery/admin/icons/photo_add.png'),
                refinery.upload_photo_gallery_admin_album_photos_path(album),
                :title => t('.upload_photos') %>
    <%= link_to (image_tag 'refinery/photo_gallery/admin/icons/photo_edit.png'),
                refinery.edit_multiple_photo_gallery_admin_album_photos_path(album),
                :title => t('.edit_photos') %>
    <%= link_to (image_tag 'refinery/photo_gallery/admin/icons/album_edit.png'),
                refinery.edit_photo_gallery_admin_album_path(album),
         :title => t('.edit') %>
    <%= link_to refinery_icon_tag("delete.png"), refinery.photo_gallery_admin_album_path(album),
        :class => "cancel confirm-delete",
        :title => t('.delete'),
        :method => :delete,
        :data => {
          :confirm => t('message', :scope => 'refinery.admin.delete', :title => album.title)
        } %>
  </span>
</li>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-photo-gallery-0.1.2 app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-photo-gallery-0.1.1 app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-photo-gallery-0.1.0 app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-photo-gallery-0.0.2.dev app/views/refinery/photo_gallery/admin/albums/_album.html.erb
refinerycms-photo-gallery-0.0.1.dev app/views/refinery/photo_gallery/admin/albums/_album.html.erb