Skip to content

Commit db82e88

Browse files
author
Paweł Marynowski
committed
feat(monument): link place to list of monuments
1 parent a80d400 commit db82e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/main/monument/monument.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h4 class="monument__subtitle md-headline muted">{{$ctrl.monument.labels.en || '
1313
<div class="monument__place" layout="row" layout-align="start center">
1414
<span><md-icon>place</md-icon></span>
1515
<span>
16-
<span ng-repeat="place in $ctrl.location"><a ng-href="{{place.link}}">{{place.value}}</a><span ng-if="!$last"> · </span></span>
16+
<span ng-repeat="place in $ctrl.location"><a ui-sref="main.list({id: place.value_id.substring(1)})">{{place.value}}</a><span ng-if="!$last"> · </span></span>
1717
<span class="muted" ng-if="!$ctrl.location">no location</span>
1818
</span>
1919
</div>

0 commit comments

Comments
 (0)