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

10 lines
168 B
Plaintext

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