2846 - Added title property to descriptor name
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-24 07:44:38 +01:00
parent e2db0d5742
commit f889e7942b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<div ng-transclude="before"></div>
<div class="body">
<div class="top">
<h5>{{$ctrl.description}}</h5>
<h5 title="{{$ctrl.description}}">{{$ctrl.description}}</h5>
<div>
{{$ctrl.descriptor.id | id}}
</div>