8 lines
282 B
Handlebars
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}}
|