Sha256: e2e1a40c8d2f9077a83331d0ffd4feeef3560bf2915fc544ac45d86b925c3bfd

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

<tr id='asset_<%= picture.id %>' class='asset'>
  <td class='checkbox-cell'>
    <%= checkboxable_tag picture %>
  </td>
  <td class='thumbnail-cell'>
    <%= image_tag picture.url(:tiny), title: picture.filename, class: 'media-image' %>
  </td>
  <td>
    <%= facet_list_tag(picture.tag_list, :tg) %>
    <%= link_to picture.filename, edit_media_path(picture) %>
  </td>
  <td class='small'>
    <%= number_to_human_size(picture.data_file_size) %>
  </td>
  <td class='small'>
    <%= picture.width %>x<%= picture.height %>
  </td>
  <td class='timestamp'>
    <em><%= picture.pretty_updated_at %></em>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/ckeditor/pictures/_picture.html.erb