Skip to content
New issue

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

Convert all templates to Handlebars: /search/ views #62

Open
seanjohnson08 opened this issue Jun 30, 2019 · 0 comments
Open

Convert all templates to Handlebars: /search/ views #62

seanjohnson08 opened this issue Jun 30, 2019 · 0 comments

Comments

@seanjohnson08
Copy link
Member

This depends on #54 .

For every view in the path above, do the following:

  1. Rename the file from ".html" to ".hbs"
  2. Create names for all of the variables going into the ticket. (Ex: Replace %1$s or %s with "{{name}}" - try and come up with good names if possible. If you want to be lazy about it or don't know what the variables are, doing {{one}} {{two}}.. etc can be acceptable for now.)
  3. Update any rendering code that refers to the template and replace it with a call to the handlebars helper and ensure the converted template is passed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant