Sha256: b5425ce457f69456915c10655b7d7a5f418d0c7c7edc2c30c1ade590c0bd4f07

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

#stream
  %h2.section
    = link_to t(:stream_title), droom.scraps_url
    - if admin? || Droom.stream_shared?
      %span.action
        = link_to t(:add_to_stream), droom.new_scrap_url, :class => "add minimal", :data => {:action => "popup", :affected => "#scraps"}

  #scraps.holder{:data => {:refreshable => true, :url => scraps_path(:format => :js)}}
    = link_to t(:loading_stream), droom.scraps_url(:format => :js, :show => 8), :data => {:action => "autofetch"}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/dashboard/_stream.html.haml
droom-0.4.2 app/views/droom/dashboard/_stream.html.haml
droom-0.4.1 app/views/droom/dashboard/_stream.html.haml
droom-0.2.1 app/views/droom/dashboard/_stream.html.haml