Sha256: 3378048a457aa055d2a5aebd2bf6fca9e9411f1468bb58f8a329fe2eac29abac

Contents?: true

Size: 921 Bytes

Versions: 31

Compression:

Stored size: 921 Bytes

Contents

  <li class="span2" data-id="<%= photo.id %>" data-photo-id='<%= photo.id %>'>
    <div class="thumbnail">
      <%= image_tag photo.url(:thumb), :style => "height: 141px" %>
      <div class="thumbnail-toolbar btn-group">
        <%= btn '<i class="icon-zoom-in"></i>'.html_safe, photo.url, :rel => "facebox", :'data-tip' => t('fullstack.admin.preview', :default => "Preview") %>        
        <%= btn '<i class="icon-edit"></i>'.html_safe, edit_admin_photo_path(photo), :'data-target' => '#edit-photo-modal', :'data-toggle' => 'modal', :"data-tip" => t('fullstack.admin.edit', :default => "Edit") %>
        <%= btn '', admin_photo_path(photo), :remote => true, :method => :delete, :confirm => t('fullstack.admin.are_you_sure', :default => "Are you sure?"), :icon => :trash, :type => :danger, :icon_color => :white, :'data-tip' => t('fullstack.admin.delete', :default => "Delete") %>
      </div>
    </div>
  </li>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
fullstack-cms-0.4.6 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.4.5 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.4.4 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.4.3 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.4.2 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.4.1 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.39 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.38 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.37 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.36 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.35 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.34 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.33 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.32 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.31 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.30 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.29 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.28 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.27 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.3.26 app/views/admin/photos/_photo.html.erb