mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
improved tables
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
{% if repos %}
|
||||
<table class="repo-list">
|
||||
<tr>
|
||||
<th>名字</th>
|
||||
<th>拥有者</th>
|
||||
<th>ID</th>
|
||||
<th>描述</th>
|
||||
<th>操作</th>
|
||||
<th width="12%">名字</th>
|
||||
<th width="20%">拥有者</th>
|
||||
<th width="33%">ID</th>
|
||||
<th width="27%">描述</th>
|
||||
<th width="8%">操作</th>
|
||||
</tr>
|
||||
{% for repo in repos %}
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user