diff --git a/resources/views/adult/index.twig b/resources/views/adult/index.twig
index 4e03bc0..d96dc3b 100644
--- a/resources/views/adult/index.twig
+++ b/resources/views/adult/index.twig
@@ -20,19 +20,13 @@
{% if available_filters.genres %}
Genres
- {% for genre in available_filters.genres %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -40,19 +34,13 @@
{% if available_filters.directors %}
Directors
- {% for director in available_filters.directors %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -384,19 +372,55 @@
+
+
+
{% endblock %}
diff --git a/resources/views/games/index.twig b/resources/views/games/index.twig
index 3f4079f..75da059 100644
--- a/resources/views/games/index.twig
+++ b/resources/views/games/index.twig
@@ -20,19 +20,13 @@
{% if available_filters.genres %}
Genres
- {% for genre in available_filters.genres %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -40,19 +34,13 @@
{% if available_filters.platforms %}
Platforms
- {% for platform in available_filters.platforms %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -359,19 +347,55 @@
+
+
+
{% endblock %}
diff --git a/resources/views/layouts/app.twig b/resources/views/layouts/app.twig
index abc5cb8..d7509e4 100644
--- a/resources/views/layouts/app.twig
+++ b/resources/views/layouts/app.twig
@@ -6,6 +6,8 @@
{{ title }} - Media Collector
+
+
{% if app_env == 'production' %}
{% if manifest['resources/css/app.css'] is defined %}
@@ -21,6 +23,10 @@
+
+
+
+
{% if app_env == 'production' and manifest['resources/js/app.js'] is defined %}
{% else %}
diff --git a/resources/views/movies/index.twig b/resources/views/movies/index.twig
index 2ddeec7..2da4ea5 100644
--- a/resources/views/movies/index.twig
+++ b/resources/views/movies/index.twig
@@ -20,19 +20,13 @@
{% if available_filters.genres %}
Genres
- {% for genre in available_filters.genres %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -40,19 +34,13 @@
{% if available_filters.directors %}
Directors
- {% for director in available_filters.directors %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -378,19 +366,55 @@
+
+
+
{% endblock %}
diff --git a/resources/views/tvshows/index.twig b/resources/views/tvshows/index.twig
index 0dbd193..31da204 100644
--- a/resources/views/tvshows/index.twig
+++ b/resources/views/tvshows/index.twig
@@ -20,19 +20,13 @@
{% if available_filters.genres %}
Genres
- {% for genre in available_filters.genres %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -40,19 +34,13 @@
{% if available_filters.years %}
Years
- {% for year in available_filters.years %}
-
-
-
-
- {% endfor %}
+
+ {% endfor %}
+
{% endif %}
@@ -371,19 +359,55 @@
+
+
+
{% endblock %}