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

6 lines
154 B
HTML

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