mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
highlight commit
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user