1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

[myhome lib] added loading tip for grp/shared repos

This commit is contained in:
llj
2014-03-10 16:24:13 +08:00
parent d18fa834a5
commit 603b18fa57

View File

@@ -106,8 +106,12 @@
</div>
{% endif %}
<div id="repos-shared-to-me" class="hide"></div>
<div id="group-repos" class="hide"></div>
<div id="repos-shared-to-me" class="hide">
<img src="{{MEDIA_URL}}img/loading-icon.gif" alt="" class="loading-tip" />
</div>
<div id="group-repos" class="hide">
<img src="{{MEDIA_URL}}img/loading-icon.gif" alt="" class="loading-tip" />
</div>
</div>