Skip to content

Commit ea275af

Browse files
jtimaltdonohue
andauthored
Use full community, collection and item names in breadcrumb navigation (DSpace#1957)
* Add ngTooTip and property botton in ToolTip modify the breadcumbs html file to show the full name on mouseover * fixed in test of breadcumbs * Suggestion last breadcumb * Fix alignment (as it was before) Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
1 parent ed593d5 commit ea275af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/breadcrumbs/breadcrumbs.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</nav>
1111

1212
<ng-template #breadcrumb let-text="text" let-url="url">
13-
<li class="breadcrumb-item"><div class="breadcrumb-item-limiter"><a [routerLink]="url" class="text-truncate">{{text | translate}}</a></div></li>
13+
<li class="breadcrumb-item"><div class="breadcrumb-item-limiter"><a [routerLink]="url" class="text-truncate" [ngbTooltip]="text | translate" placement="bottom" >{{text | translate}}</a></div></li>
1414
</ng-template>
1515

1616
<ng-template #activeBreadcrumb let-text="text">

0 commit comments

Comments
 (0)