2018-02-14 13:58:55 +08:00

8 lines
282 B
Handlebars

{{#form-content}}
{{form-input type='hidden' name='customerId'}}
{{form-input name='issue' label='Comment' type='textarea'}}
<hr />
{{!form-footer-buttons backRouteName='customer.show' backRouteParams=model.customerId}}
{{form-footer-buttons}}
{{/form-content}}