Files
anonymous_github/templates/patch.html
2017-10-27 14:29:11 +02:00

6 lines
154 B
HTML

{% for item in patch.files %}
<section class="diff">
<h3>{{ item.filename }}</h3>
<pre><code>{{ item.patch }}</code></pre>
</section>
{% endfor %}