mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-20 18:32:41 +00:00
modified repo icons and added title to them
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</tr>
|
||||
{% for repo in shared_repos %}
|
||||
<tr>
|
||||
<td><img src="{{MEDIA_URL}}img/sync-folder-20.png" alt="目录icon" /></td>
|
||||
<td><img src="{{MEDIA_URL}}img/sync-folder-20.png" title="可读写" alt="目录icon" /></td>
|
||||
<td><a href="{{ SITE_ROOT }}repo/{{ repo.props.repo_id }}">{{ repo.props.repo_name }}</a></td>
|
||||
<td>{{ repo.props.user }}</td>
|
||||
<td>{{ repo.share_permission }}</td>
|
||||
|
Reference in New Issue
Block a user