Sha256: d0623dd8409900c4d272f570c522a62726f72ab2dd2f08c4e7e652f29328f32e

Contents?: true

Size: 670 Bytes

Versions: 37

Compression:

Stored size: 670 Bytes

Contents

  <li class="span2">
    <div class="thumbnail">
      <%= image_tag photo.url(:thumb), :style => "height: 141px", :'data-zoom-url' => photo.url %>
      <div class="thumbnail-toolbar">
        <%= btn t('fullstack.admin.edit', :default => "Edit"), edit_admin_photo_path(photo), :'data-target' => '#edit-photo-modal', :'data-toggle' => 'modal' %>
        <%= 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

37 entries across 37 versions & 1 rubygems

Version Path
fullstack-cms-0.2.32.fix app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.31 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.30 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.29 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.28 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.27 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.26 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.25 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.24 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.23 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.22 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.21 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.20 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.19 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.18 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.17 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.16 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.15 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.14 app/views/admin/photos/_photo.html.erb
fullstack-cms-0.2.13 app/views/admin/photos/_photo.html.erb