1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-04 10:46:58 +00:00

Show nickname in group page

This commit is contained in:
xiez 2012-08-25 10:48:00 +08:00
parent 1666fc45c6
commit b40d65fcb9

View File

@ -69,7 +69,7 @@
{% else %} {% else %}
<td>—— ——</td> <td>—— ——</td>
{% endif %} {% endif %}
<td>{{ repo.share_from }}</td> <td>{{ repo.share_from|email2nickname }}</td>
<td> <td>
<img src="{{ MEDIA_URL }}img/sync-20.png" class="download vh" data="{{ SITE_ROOT }}seafile_access_check/?repo_id={{ repo.props.id }}" alt="同步" title="同步到本地" /> <img src="{{ MEDIA_URL }}img/sync-20.png" class="download vh" data="{{ SITE_ROOT }}seafile_access_check/?repo_id={{ repo.props.id }}" alt="同步" title="同步到本地" />
{% if is_staff or repo.share_from_me %} {% if is_staff or repo.share_from_me %}