diff --git a/app/Resources/translations/messages.en.yml b/app/Resources/translations/messages.en.yml index f13b3f7..24e6501 100644 --- a/app/Resources/translations/messages.en.yml +++ b/app/Resources/translations/messages.en.yml @@ -14,7 +14,7 @@ set: According to the Brickset, this set has %brickset% parts. The inventory from Rebrickable contains %rebrickable% parts. rebrickable: credit: | - This set inventory and model images has been obtained from Rebrickable. To view more information about set visit Rebrickable.com. + This set inventory and model images has been obtained from Rebrickable. brickset: credit: | This data has been obtained from Brickset diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index de756c7..d254b6c 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -43,7 +43,7 @@ -
+
{% block page %}
@@ -92,7 +92,7 @@ {% endblock %} {% endblock page %} -
+
{% include 'footer.html.twig' %}
{% endblock %} diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index d388bb0..9135a85 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -50,7 +50,7 @@ -
+
@@ -73,10 +73,7 @@
-
- -
-
+ {% include '::footer.html.twig' %} {% endblock %} diff --git a/app/Resources/views/model/detail.html.twig b/app/Resources/views/model/detail.html.twig index 0806048..a2325bb 100644 --- a/app/Resources/views/model/detail.html.twig +++ b/app/Resources/views/model/detail.html.twig @@ -7,7 +7,7 @@ {% block header %}{{ model.name }}{% endblock %} {% block content %} -
+
diff --git a/app/Resources/views/part/detail.html.twig b/app/Resources/views/part/detail.html.twig index 71b303a..ff590c0 100644 --- a/app/Resources/views/part/detail.html.twig +++ b/app/Resources/views/part/detail.html.twig @@ -5,7 +5,7 @@ {% block header %}{{ part.name }}{% endblock %} {% block content %} -
+
diff --git a/app/Resources/views/set/detail.html.twig b/app/Resources/views/set/detail.html.twig index 141541d..247ef4e 100644 --- a/app/Resources/views/set/detail.html.twig +++ b/app/Resources/views/set/detail.html.twig @@ -8,7 +8,7 @@ {% block content %} -
+
diff --git a/app/Resources/views/set/index.html.twig b/app/Resources/views/set/index.html.twig index c22e849..5c7fda7 100644 --- a/app/Resources/views/set/index.html.twig +++ b/app/Resources/views/set/index.html.twig @@ -9,7 +9,7 @@ {% block content %}
-
+

{{ 'set.filter.title' | trans }}

{{ form_start(form) }} diff --git a/app/Resources/views/set/tabs/inventory.html.twig b/app/Resources/views/set/tabs/inventory.html.twig index 9673c0e..f05ff4f 100644 --- a/app/Resources/views/set/tabs/inventory.html.twig +++ b/app/Resources/views/set/tabs/inventory.html.twig @@ -2,11 +2,12 @@ {% import 'macros/elements.html.twig' as elements %} {% block content %} - {% for label, flashes in app.session.flashbag.all %} - {% for flash in flashes %} - {{ elements.flash(label,flash) }} +
+ {% for label, flashes in app.session.flashbag.all %} + {% for flash in flashes %} + {{ elements.flash(label,flash) }} + {% endfor %} {% endfor %} - {% endfor %} {% if inventorySets %}

Sets

@@ -40,6 +41,8 @@ {{ render(path('set_colors', {id: set.id})) }}
{% endif %} - +
+

{{ 'set.rebrickable.credit' | trans | raw }}

+
{% endblock %} \ No newline at end of file