mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
[api2] fix events file name
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user