Files
mozo-backend/app/views/admin/products/new.html.slim
T

5 lines
81 B
Plaintext

- model_class = Product
.page-header
= title :new, model_class
= render 'form'