File tree Expand file tree Collapse file tree
projects/pathway-browser/src/app/details/tabs/description-tab Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 < div class ="label-container "> {{ item.key }}</ div >
164164 < div class ="composition-container ">
165165 @for (pe of item.value; let i = $index; track pe.dbId) {
166- < a [href ] ="`${CONTENT_DETAIL}/${ pe.stId}` "> {{ pe.name[0] }}</ a >
166+ < a [routerLink ] ="'/content/detail/' + pe.stId "> {{ pe.name[0] }}</ a >
167167 <!-- Add separator except for last item -->
168168 @if (i < item .value.length - 1) {
169169 < span class ="margin-right "> ,</ span >
183183 < div class ="label-container "> {{ item.key }}</ div >
184184 < div class ="composition-container ">
185185 @for (pe of item.value; let i = $index; track pe.dbId) {
186- < a [href ] ="`${CONTENT_DETAIL}/${ pe.stId}` "> {{ pe.name[0] }}</ a >
186+ < a [routerLink ] ="'/content/detail/' + pe.stId "> {{ pe.name[0] }}</ a >
187187 <!-- Add separator except for last item -->
188188 @if (i < item .value.length - 1) {
189189 < span class ="margin-right "> ,</ span >
You can’t perform that action at this time.
0 commit comments