highlight commit

This commit is contained in:
tdurieux
2017-10-27 14:29:11 +02:00
parent eb9f1bda0e
commit 9715498b01

View File

@@ -1,6 +1,6 @@
{% for item in patch.files %}
<section class="diff">
<h3>{{ item.filename }}</h3>
<pre>{{ item.patch }}</pre>
<pre><code>{{ item.patch }}</code></pre>
</section>
{% endfor %}