We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80d400 commit db82e88Copy full SHA for db82e88
1 file changed
src/components/main/monument/monument.html
@@ -13,7 +13,7 @@ <h4 class="monument__subtitle md-headline muted">{{$ctrl.monument.labels.en || '
13
<div class="monument__place" layout="row" layout-align="start center">
14
<span><md-icon>place</md-icon></span>
15
<span>
16
- <span ng-repeat="place in $ctrl.location"><a ng-href="{{place.link}}">{{place.value}}</a><span ng-if="!$last"> · </span></span>
+ <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>
17
<span class="muted" ng-if="!$ctrl.location">no location</span>
18
</span>
19
</div>
0 commit comments