Applications are now ordered by oldest date
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<h1> Jäsenhakemukset </h1>
|
||||
|
||||
<div>
|
||||
<div class="panel panel-primary" ng-repeat="x in applications">
|
||||
<div class="panel panel-primary" ng-repeat="x in applications | orderBy: 'submitted'">
|
||||
<div class="panel-heading">{{ x.member.first_name }} {{ x.member.last_name}}</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user