Sha256: 246e6e40713b1c243bbe255b5f3f468da3bc85cc9aa0537d2cea564a7a63d5fe

Contents?: true

Size: 1011 Bytes

Versions: 9

Compression:

Stored size: 1011 Bytes

Contents

<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(collection) -%>">
  <span class='title'>
    <%= collection.title %>
    <span class="preview">
      <%= collection.created_at.try(:strftime, '%b %d, %Y') %>
    </span>
  </span>
  <span class='actions'>
    <%#= link_to refinery_icon_tag("application_go.png"), refinery.photo_gallery_collection_path(collection),
        :title => t('.view_live_html'),
        :target => "_blank" %>
    <%= link_to (image_tag 'refinery/photo_gallery/admin/icons/folder_edit.png'),
                refinery.edit_photo_gallery_admin_collection_path(collection),
         :title => t('.edit') %>
    <%= link_to refinery_icon_tag("delete.png"), refinery.photo_gallery_admin_collection_path(collection),
        :class => "cancel confirm-delete",
        :title => t('.delete'),
        :method => :delete,
        :data => {
          :confirm => t('message', :scope => 'refinery.admin.delete', :title => collection.title)
        } %>
  </span>
</li>

Version data entries

9 entries across 9 versions & 2 rubygems

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