Sha256: b3737db93cc51d1b92727aa887fec44856ef8c5bef510c46d9ef43753424d771

Contents?: true

Size: 465 Bytes

Versions: 4

Compression:

Stored size: 465 Bytes

Contents

= link_to "link:", droom.scrap_url(scrap), :class => "icon link", :data => {:action => "popup"}
%p.caption
  = link_to shorten(scrap.body, 70), droom.scrap_url(scrap), :data => {:action => "popup"}
  = link_to "→".html_safe, scrap.url_with_protocol
  = action_menulink(scrap, :class => "small")
  - if scrap.note
    %span.caption
      = shorten(scrap.note, 140)
  = render :partial => "droom/scraps/credit", :locals => {:scrap => scrap}
= action_menu(scrap)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/scraps/thumbs/_link.html.haml
droom-0.4.2 app/views/droom/scraps/thumbs/_link.html.haml
droom-0.4.1 app/views/droom/scraps/thumbs/_link.html.haml
droom-0.2.1 app/views/droom/scraps/thumbs/_link.html.haml