1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 07:10:55 +00:00

fixed a bug in open-local-file

This commit is contained in:
lins05 2012-08-18 17:27:48 +08:00
parent 3d9e6ba46e
commit 0047ca24fa
2 changed files with 5 additions and 5 deletions

View File

@ -249,11 +249,6 @@
{% endwith %}
{% endif %}
<div id="redirect-download" class="hide">
<p>您还没有将同步目录 {{repo.name}} 同步到本地</p>
<p> <a id="redirect-download-url" href="{{ SITE_ROOT }}download/repo/?repo_id={{ repo.id }}"> 点此同步 </a> </p>
</div>
{% endblock %}
{% block extra_script %}

View File

@ -94,6 +94,11 @@
<p id="open-local-file-error" class="error"></p>
</div>
<div id="redirect-download" class="hide">
<p>您还没有将同步目录 {{repo.name}} 同步到本地</p>
<p> <a id="redirect-download-url" href="{{ SITE_ROOT }}download/repo/?repo_id={{ repo.id }}"> 点此同步 </a> </p>
</div>
{% endblock %}
{% block extra_script %}