Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 3, 2023
2 parents 7f56df3 + 512f6a8 commit 1a02605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Templates/default/reference.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<a href="{{ url_for('orderReferences', {'field': 'num_members'}) }}">Members</a>
</th>
<th>
{% if orderby == 'created_at' %}<i class="fa fa-sort-{{ sort }}"></i>{% endif %}
{% if orderby == 'created_at' %}<i class="ui icon sort {{ sort == 'asc' ? 'up' : 'down' }}"></i>{% endif %}
<a href="{{ url_for('orderReferences', {'field': 'created_at'}) }}">Registration date</a>
</th>
<th>
Expand Down

0 comments on commit 1a02605

Please sign in to comment.