We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request #86 modifies the following two pug files:
frontend/src/pug/storeUser_store_coupon.pug
frontend/src/pug/_couponSimple.pug
/store/coupon
frontend/src/pug/storeUser_store_coupon_id.pug
frontend/src/pug/_coupon_id.pug
/store/coupon/<id>
frontend/src/pug/storeUser_store_coupon.pug is functionally complete, but it could be rewritten to be simpler if we adopt arowM/heterocephalus#9.
frontend/src/pug/storeUser_store_coupon_id.pug needs a couple sections added to it to be complete.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pull request #86 modifies the following two pug files:
frontend/src/pug/storeUser_store_coupon.pug
(which includesfrontend/src/pug/_couponSimple.pug
and is used in the/store/coupon
GET handler)frontend/src/pug/storeUser_store_coupon_id.pug
(which includesfrontend/src/pug/_coupon_id.pug
and is used in the/store/coupon/<id>
GET handler)frontend/src/pug/storeUser_store_coupon.pug
is functionally complete, but it could be rewritten to be simpler if we adopt arowM/heterocephalus#9.frontend/src/pug/storeUser_store_coupon_id.pug
needs a couple sections added to it to be complete.The text was updated successfully, but these errors were encountered: