Merge pull request '2846 - Added title property to descriptor name' (#582) from 2846-descriptor_title into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #582 Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
commit
5599487eb8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue