|
|
@ -7,7 +7,7 @@ |
|
|
|
<div class="grid-content medium-7 collapse" wp-single-relation> |
|
|
|
<div class="grid-content medium-7 collapse" wp-single-relation> |
|
|
|
<span ng-style="{'padding-left': $ctrl.indentBy + 'px'}" |
|
|
|
<span ng-style="{'padding-left': $ctrl.indentBy + 'px'}" |
|
|
|
class="wp-relations-hierarchy-subject"> |
|
|
|
class="wp-relations-hierarchy-subject"> |
|
|
|
<a href="{{ singleRelationCtrl.workPackagePath($ctrl.relatedWorkPackage.id) }}" |
|
|
|
<a ui-sref=".({ workPackageId: $ctrl.relatedWorkPackage.id})" |
|
|
|
class="wp-relations--subject-field" |
|
|
|
class="wp-relations--subject-field" |
|
|
|
ng-if="!$ctrl.isCurrentElement()" |
|
|
|
ng-if="!$ctrl.isCurrentElement()" |
|
|
|
aria-label="{{ ($ctrl.isParent() ? $ctrl.text.parent : $ctrl.text.children) + ' ' + singleRelationCtrl.getFullIdentifier($ctrl.relatedWorkPackage) }}" |
|
|
|
aria-label="{{ ($ctrl.isParent() ? $ctrl.text.parent : $ctrl.text.children) + ' ' + singleRelationCtrl.getFullIdentifier($ctrl.relatedWorkPackage) }}" |
|
|
|