1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

[api2] fix events file name

This commit is contained in:
poetwang
2015-04-11 17:04:00 +08:00
parent 3cfce66f77
commit e4db7210cc

View File

@@ -9,7 +9,7 @@
{% if e.etype == "repo-update" %}
<p class="w100 ovhd">
<span class="updated-repo fright">{{ e.repo.name }}</span>
<span class="cmt-desc"{% if e.commit.more_files %} data-more="true"{% endif %}>{{ e.desc|translate_commit_desc }}</span>
<span class="cmt-desc"{% if e.commit.more_files %} data-more="true"{% endif %}>{{ e.desc|translate_commit_desc|safe }}</span>
</p>
{% endif %}