1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

Modified group name length

This commit is contained in:
zhengxie
2013-12-23 10:02:06 +08:00
parent b9e761f2c9
commit 982ea33015

View File

@@ -9,7 +9,7 @@
<div class="side-tabnav">
<div class="hd w100 ovhd">
<h3 class="fleft">
{% grp_avatar group.props.id 24 %} <span title="{{ group.group_name }}">{{ group.group_name|truncatechars:6 }}</span>
{% grp_avatar group.props.id 24 %} <span title="{{ group.group_name }}">{{ group.group_name|truncatechars:8 }}</span>
{% if group.is_pub %}<span class="icon-globe" title="{% trans "This group is public." %}"></span>{% endif %}
</h3>
{% if is_staff %}