mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
add support of big file and display commit
This commit is contained in:
6
templates/patch.html
Normal file
6
templates/patch.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% for item in patch.files %}
|
||||
<section class="diff">
|
||||
<h3>{{ item.filename }}</h3>
|
||||
<pre>{{ item.patch }}</pre>
|
||||
</section>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user