Sha256: 321baf500cfda0811b28d8f98a1fe08640b51f6f9f167aa7af813a91cd45473a

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

%li.clipboard{:id => "tp_#{tp.id}", :class => tp.clipboard_type}
  .icon
    =image_tag 'fassets_core/clipboard.png'
  =link_to tp.clipboard.title, tp.clipboard.path, :class => "caption"
  .type
    =tp.clipboard_type.upcase
  .action
    =link_to image_tag("fassets_core/edit.png", :width => 15,  :height => 15), tp.clipboard.path + "/edit"
    =image_tag "fassets_core/drag.png", :width => 12, :height => 13, :class => "handle"
  =check_box_tag "del[]", tp.id

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fassets_core-0.4.0 app/views/shared/_clipboard.html.haml
fassets_core-0.3.1 app/views/shared/_clipboard.html.haml
fassets_core-0.3.0 app/views/shared/_clipboard.html.haml
fassets_core-0.2.0 app/views/shared/_clipboard.html.haml