Update project.htm

update title position
This commit is contained in:
yhua123 2016-06-29 13:47:25 +08:00 committed by GitHub
parent 95579936b8
commit 7ec7628cbd

View File

@ -27,11 +27,11 @@
<div class="table-head-container">
<table class="table table-pane table-header">
<thead>
<th>// 'project_name' | tr //</th>
<th>// 'repositories' | tr //</th>
<th ng-if="!vm.publicity">// 'role' | tr //</th>
<th>// 'creation_time' | tr //</th>
<th>// 'publicity' | tr //</th>
<th width="15%">// 'project_name' | tr //</th>
<th width="10%">// 'repositories' | tr //</th>
<th width="25%" ng-if="!vm.publicity">// 'role' | tr //</th>
<th width="30%">// 'creation_time' | tr //</th>
<th width="15%">// 'publicity' | tr //</th>
</thead>
</table>
</div>