Skip to content

Commit 1e2ee1f

Browse files
committed
Changed order of models
Analytics show that many users click on detention centers first, although events are more interesting
1 parent e15b506 commit 1e2ee1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/detective/templates/partials/topic.explore.detective-the-migrants-files.dj.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ <h2>[[meta.title]]</h2>
4848
</form>
4949
<div class="col-md-8 col-md-push-2 lead top20" ng-if="types">
5050
Navigate through
51-
<a ng-href="/[[username]]/[[topic]]/detentioncenter"><strong>[[getTypeCount("detentioncenter")]]</strong> detention centers</a>,
5251
<a ng-href="/[[username]]/[[topic]]/event"><strong>[[getTypeCount("event")]]</strong> events</a>,
53-
<a ng-href="/[[username]]/[[topic]]/territory"><strong>[[getTypeCount("territory")]]</strong> territories</a> and
52+
<a ng-href="/[[username]]/[[topic]]/territory"><strong>[[getTypeCount("territory")]]</strong> territories</a>,
53+
<a ng-href="/[[username]]/[[topic]]/detentioncenter"><strong>[[getTypeCount("detentioncenter")]]</strong> detention centers</a> and the
5454
<a ng-href="/[[username]]/[[topic]]/migrant"><strong>[[getTypeCount("migrant")]]</strong> migrants</a> for which some data is available.
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)