Skip to content

Commit 90fa28f

Browse files
committed
difficulties icons should also be in img tags
1 parent b8d7b6e commit 90fa28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/nav_trek_map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 ng-bind="$root.applicationName"></h1>
6565
{{ 'nav_trek_map.difficulty' | translate }}
6666
</div>
6767
<button class="filters-list__bt button button-icon icon-top" ng-repeat="difficulty in filtersData.difficulties" ng-model="activeFilters.difficulty[difficulty.value]" btn-checkbox ng-click="filterTreks" uncheckable>
68-
<div class="difficulty-icon" ng-include="difficulty.icon"></div>
68+
<img class="difficulty-icon" ng-src="{{ difficulty.icon }}" alt="{{ difficulty.name }}"></div>
6969
<span>{{ difficulty.name }}</span>
7070
</button>
7171
</li>

0 commit comments

Comments
 (0)