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

10 lines
181 B
Plaintext
Raw Normal View History

- title "Inventurübersicht"
2012-10-29 18:28:17 +01:00
.well.well-small
.btn-group
= link_to "Neue Inventur anlegen", new_stock_taking_path, class: 'btn'
2012-10-29 18:28:17 +01:00
#StockTakingsTable= render 'stock_takings'