1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

improved tables

This commit is contained in:
llj
2012-04-01 14:25:25 +08:00
parent 2af0fe696b
commit fbe5f18f64
6 changed files with 32 additions and 32 deletions

View File

@@ -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>