aboutsummaryrefslogtreecommitdiff
path: root/views/tree.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix one-line 'if' termination in tree, blob templatesVanya Sergeev2014-06-301-1/+3
| | | | | | | | The missing '% end' template keyword to these one-line if statements was causing bottle 0.12.7 to incorrectly indent the following line, leading to an IndentationError at runtime when the blob and tree templates are compiled. Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
* Initial commit0.01Alberto Bertogli2012-11-101-0/+54
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>