braidchat / planning

2 stars 0 forks source link

move html pages that are actually templates out of ./resources/public #380

Open rafd opened 7 years ago

rafd commented 7 years ago

There are a few .html files from ./resources/public that shouldn't be there (they are actually mustache templates, and they should not available as a public resource).

Add a .mustache extension to the .html files and move them under ./resources/templates (and update and references to those files).