mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-19 17:39:39 +00:00
Fix bug when showing update file error.
This commit is contained in:
parent
7021b83508
commit
28d86558e1
@ -5,7 +5,11 @@
|
||||
<div class="narrow-panel">
|
||||
<h3>更新文件
|
||||
{% for name, link in zipped %}
|
||||
<a href="{{ SITE_ROOT }}repo/{{ repo.id }}/?p={{ link|urlencode }}">{{ name }}</a> /
|
||||
{% if not forloop.last %}
|
||||
<a href="{{ SITE_ROOT }}repo/{{ repo.id }}/?p={{ link|urlencode }}">{{ name }}</a> /
|
||||
{% else %}
|
||||
<a href="{{ SITE_ROOT }}repo/{{ repo.id }}/?p={{ link|urlencode }}">{{ name }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
失败:
|
||||
</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user