diff --git a/resources/views/games/index.twig b/resources/views/games/index.twig index e6453f6..b98acc2 100644 --- a/resources/views/games/index.twig +++ b/resources/views/games/index.twig @@ -11,29 +11,15 @@ {% for platform in filters.platforms %} {% endfor %} -
- - - - -
- - -
+ + +
{% for mode in view_modes %} {% if mode == 'grid' %} @@ -57,8 +43,8 @@
-
- - - + +
+ +
+
+ {% for key, label in sort_options %} + + {{ label }} + {% if sort == key %} + + + + {% endif %} + + {% endfor %} +
+
+
{% endblock %} {% block sidebar %}