Sha256: 7717146587bed88198746f87862ea915b28602b2403582479d7b03a401e35a70
Contents?: true
Size: 546 Bytes
Versions: 10
Compression:
Stored size: 546 Bytes
Contents
.stocks-index.maxwidth .maxwidth %h5 Stocks %table.bordered.padded %thead %tr %td Ticker %td last price %td n priceitems %tbody - @stocks.each do |stock| %tr %td = link_to '[~]', edit_stock_path(stock) = link_to '[api]', stock_path(stock, format: :json) <b>#{stock.ticker}</b> %td #{pp_amount stock.last} %td = stock.priceitems.length %hr = render 'iro/stocks/form', stock: Iro::Stock.new
Version data entries
10 entries across 10 versions & 1 rubygems