foodsoft/app/views/stock_takings/index.html.haml
2013-02-13 01:20:20 +01:00

9 lines
168 B
Text

- title t('.title')
.well.well-small
.btn-group
= link_to t('.new_inventory'), new_stock_taking_path, class: 'btn'
#StockTakingsTable= render 'stock_takings'