mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
[api2] fix events file name
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{% if e.etype == "repo-update" %}
|
{% if e.etype == "repo-update" %}
|
||||||
<p class="w100 ovhd">
|
<p class="w100 ovhd">
|
||||||
<span class="updated-repo fright">{{ e.repo.name }}</span>
|
<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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user