fixed public project table title alignment.

This commit is contained in:
kunw 2016-10-13 16:16:56 +08:00
parent 5543f39587
commit 41add2547b

View File

@ -45,7 +45,7 @@
<thead>
<th width="20%">// 'project_name' | tr //</th>
<th width="15%">// 'repositories' | tr //</th>
<th width="15%" ng-if="!vm.publicity">// 'role' | tr //</th>
<th width="15%" ng-if="!vm.isPublic">// 'role' | tr //</th>
<th width="20%">// 'creation_time' | tr //</th>
<th width="15%">// 'publicity' | tr //</th>
<th width="10%">// 'operation' | tr //</th>