foodsoft/app/views/stock_takings/index.html.haml

10 lines
168 B
Plaintext
Raw Normal View History

2013-02-13 01:18:50 +01:00
- title t('.title')
2012-10-29 18:28:17 +01:00
.well.well-small
.btn-group
2013-02-13 01:18:50 +01:00
= link_to t('.new_inventory'), new_stock_taking_path, class: 'btn'
2012-10-29 18:28:17 +01:00
#StockTakingsTable= render 'stock_takings'