2013-02-13 01:18:50 +01:00
|
|
|
- title t('.title')
|
2009-02-12 18:32:20 +01:00
|
|
|
|
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'
|
2009-02-12 18:32:20 +01:00
|
|
|
|
2012-10-29 18:28:17 +01:00
|
|
|
#StockTakingsTable= render 'stock_takings'
|
2009-02-12 18:32:20 +01:00
|
|
|
|
|
|
|
|