Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #309 from GFDRR/Fix#308
Browse files Browse the repository at this point in the history
Fixed #308
  • Loading branch information
pzwsk authored Nov 9, 2018
2 parents 2aa4572 + fb46669 commit 9a0d1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dataset_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 class="page_title ">{{objCountry[0].name}}</h1>
<ul class="nav navbar-nav hazard-nav text-center">
<li ng-repeat="appli in arrayHazardList">
<a href="" ng-click="setFilterApplicabilityDatasetList(appli.desc)" ng-class="{active: aApplicability.indexOf(appli.desc)!==-1, disabled: getApplicabilityNumber(appli.desc) === 'n.a.'}"
title="Filter by {{appli.category.name}} category datasets">
title="Filter by {{appli.desc}} hazard datasets">
<i class="{{appli.icon}} fa-2x"></i>
<span>{{appli.desc}}</span>
</a>
Expand Down

0 comments on commit 9a0d1f3

Please sign in to comment.