Sha256: b222e6255138961c5c250c4c73d48bb833f1c80aebb9a2338c19cba438912e2d

Contents?: true

Size: 393 Bytes

Versions: 4

Compression:

Stored size: 393 Bytes

Contents

= link_to "quote:", droom.scrap_url(scrap), :class => "icon quote", :data => {:action => "popup"}
%p.caption
  = link_to shorten(scrap.body, 120), droom.scrap_url(scrap), :data => {:action => "popup"}
  = action_menulink(scrap, :class => "small")
  %span.attribution
    = shorten(scrap.note, 40)
  = 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/_quote.html.haml
droom-0.4.2 app/views/droom/scraps/thumbs/_quote.html.haml
droom-0.4.1 app/views/droom/scraps/thumbs/_quote.html.haml
droom-0.2.1 app/views/droom/scraps/thumbs/_quote.html.haml