foodcoop-adam/foodsoft

View on GitHub
app/views/stock_takings/edit.html.haml

Summary

Maintainability
Test Coverage
- title t('.title')

- simple_form_for(@stock_taking) do |f|
  = f.input :date
  = f.input :note
  = f.submit
  = link_to t('ui.or_cancel'), stock_takings_path