Sha256: 32fe20517de57e290a870d56a62d49f525a1c100fc1f1e3fd0e6149ce86beec7

Contents?: true

Size: 203 Bytes

Versions: 4

Compression:

Stored size: 203 Bytes

Contents

.stocks--index.padded
  .maxwidth
    %h5 Stocks

  %ul
    - @stocks.each do |stock|
      %li
        = render 'iro/stocks/form', stock: stock
    %li= render 'iro/stocks/form', stock: Iro::Stock.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.26 app/views/iro/stocks/index.haml
iron_warbler-2.0.7.25 app/views/iro/stocks/index.haml
iron_warbler-2.0.7.24 app/views/iro/stocks/index.haml
iron_warbler-2.0.7.23 app/views/iro/stocks/index.haml