This commit is contained in:
tdurieux
2020-06-01 09:42:11 +02:00
commit a9f206ae47
14 changed files with 1192 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{% for item in patch.files %}
<section>
<h3>{{ item.filename }}</h3>
<pre><code class="diff">{{ item.patch }}</code></pre>
</section>
{% endfor %}