Sha256: faf8b0811ad1b269f192d001562f3cdd2db52633baf9412e3c23e63a6a8777d9

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

#stream
  %h1.pagetitle
    = t(:stream_title)

  %p.action
    = link_to t(:add_to_stream), droom.new_scrap_url, :class => "add", :data => {:action => "popup", :affected => "#scraps"}

  - if @scraps.any?
    = render :partial => "stream"
    
  - else
    .nomatch
      %h2
        = t :no_stream

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 app/views/droom/scraps/index.html.haml
droom-0.4.3 app/views/droom/scraps/index.html.haml
droom-0.4.2 app/views/droom/scraps/index.html.haml
droom-0.4.1 app/views/droom/scraps/index.html.haml
droom-0.2.1 app/views/droom/scraps/index.html.haml