mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
Merge branch 'pubinfo'
Conflicts: thirdpart/seaserv/__init__.py views.py
This commit is contained in:
9
templates/snippets/pubinfo.html
Normal file
9
templates/snippets/pubinfo.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% load i18n %}
|
||||
<div class="info-item">
|
||||
<h3 class="info-item-top">{% trans "Organization Info"%}</h3>
|
||||
<ul class="info-item-bottom">
|
||||
<li class="pubinfo-item"><span class="amount">{{ pubrepos_count }}</span><br /><span class="obj">{% trans 'Libraries' %}</span></li>
|
||||
<li class="pubinfo-item"><span class="amount">{{ groups_count }}</span><br /><span class="obj">{% trans 'Groups' %}</span></li>
|
||||
<li class="pubinfo-item"><span class="amount">{{ emailusers_count}}</span><br /><span class="obj">{% trans 'Users' %}</span></li>
|
||||
</ul>
|
||||
</div>
|
Reference in New Issue
Block a user