mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-17 23:24:44 +02:00
start v2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% for item in patch.files %}
|
||||
<section>
|
||||
<h3>{{ item.filename }}</h3>
|
||||
<pre><code class="diff">{{ item.patch }}</code></pre>
|
||||
</section>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user