Fix link being the whole column
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-10 08:36:26 +01:00
parent 8dd6012b1f
commit 8b06243041
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
<vn-tbody>
<vn-tr ng-repeat="greuge in greuges">
<vn-td shrink-datetime>{{::greuge.shipped | date:'dd/MM/yyyy HH:mm' }}</vn-td>
<vn-td ng-click="workerDescriptor.show($event, greuge.user.id)"
class="link">{{::greuge.user.name}}</vn-td>
<vn-td><span ng-click="workerDescriptor.show($event, greuge.user.id)"
class="link">{{::greuge.user.name}}</span></vn-td>
<vn-td>
<span title="{{::greuge.description}}">{{::greuge.description}}</span>
</vn-td>