highlight commit

This commit is contained in:
tdurieux
2017-10-27 14:40:30 +02:00
parent 9715498b01
commit 1e3e55d184

View File

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