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:
parent
3d9e6ba46e
commit
0047ca24fa
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user