mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-14 03:05:59 -04:00
- We do this by moving code between files such that every tag starts and ends within a single file. This seems like a good invariant to maintain from a robustness point-of-view. - One consequence is that I had to split _header into _meta (metadata - the HTML head tag) and _header (the visible page header). These probably aren't the best names. - I've left some HTML in _meta, on the grounds that it maintains the file-contains-whole-tag invariant and the HTML code is fractionally shorter than the HAML required to generate it.