Fixed blob view CSS
Jonas Haag
12 years ago
2 | 2 | |
3 | 3 | {% include 'tree.inc.html' %} |
4 | 4 | |
5 | {# TODO: move logic into view #} | |
5 | 6 | {% set history = repo.history(branch, path.strip('/'), history_length+1, skip) %} |
6 | 7 | {% set has_more_commits = history|length == history_length+1 %} |
7 | 8 |