git @ Cat's Eye Technologies klaus / 944c57f
Fixed blob view CSS Jonas Haag 12 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22
33 {% include 'tree.inc.html' %}
44
5 {# TODO: move logic into view #}
56 {% set history = repo.history(branch, path.strip('/'), history_length+1, skip) %}
67 {% set has_more_commits = history|length == history_length+1 %}
78
3333 <div class=too-large-warning>(Large file not shown)</div>
3434 {% else %}
3535 {% autoescape false %}
36 {% if render_markup %}
36 {% if is_markup and render_markup %}
3737 <div class=markup>{{ rendered_code }}</div>
3838 {% else %}
3939 {{ rendered_code }}