1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

add text file diff

This commit is contained in:
lins05
2012-10-16 14:47:36 +08:00
parent 1f08f9fb52
commit f9e0437628
10 changed files with 2216 additions and 12 deletions

View File

@@ -14,3 +14,6 @@
{% if filetype == 'Markdown' %}
<script type="text/javascript" src="{{MEDIA_URL}}js/showdown.js"></script>
{% endif %}
{% if filetype == 'Text' or filetype == 'Markdown' %}
{% endif %}