Skip to content

Commit

Permalink
difficulties icons should also be in img tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SBats committed Feb 23, 2016
1 parent b8d7b6e commit 90fa28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/nav_trek_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 ng-bind="$root.applicationName"></h1>
{{ 'nav_trek_map.difficulty' | translate }}
</div>
<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>
<div class="difficulty-icon" ng-include="difficulty.icon"></div>
<img class="difficulty-icon" ng-src="{{ difficulty.icon }}" alt="{{ difficulty.name }}"></div>
<span>{{ difficulty.name }}</span>
</button>
</li>
Expand Down

0 comments on commit 90fa28f

Please sign in to comment.