{{ review.review }}
+ {% endif %}diff --git a/app/Resources/assets/style/main.scss b/app/Resources/assets/style/main.scss index 8477e93..bd989c4 100644 --- a/app/Resources/assets/style/main.scss +++ b/app/Resources/assets/style/main.scss @@ -44,4 +44,15 @@ background-size: cover; } +} + +@each $i in 5 10 15 20 25 30 40 50 60 { + .ui.spacing.#{$i} { + margin-bottom: #{$i}px; + margin-top: #{$i}px; + } +} + +.ui.text.right { + text-align: right; } \ No newline at end of file diff --git a/app/Resources/translations/menu.en.yml b/app/Resources/translations/menu.en.yml new file mode 100644 index 0000000..e69de29 diff --git a/app/Resources/translations/messages.en.yml b/app/Resources/translations/messages.en.yml new file mode 100644 index 0000000..4928af7 --- /dev/null +++ b/app/Resources/translations/messages.en.yml @@ -0,0 +1,21 @@ +set: + number: Set number + name: Name + year: Year released + theme: Theme + parts: Count of parts + minifigs: Minifig count + rating: Rating + download: Download + models: + text: | + This set inventory has been obtained from Rebrickable. + According to the Brickset, this set has %brickset% parts. The inventory from Rebrickable contains %rebrickable% parts. + instructions: + description: Description + filesize: Filesize + filename: Filename + text: | + The table below lists all instructions for this set that have been available at LEGO Customer Services. Those that are no longer listed there may still be available to download. + + 'NA' or 'V39' indicates the US/Canadian version. 'IN' or 'V29' indicates the international version. diff --git a/app/Resources/views/brickset/instructions.html.twig b/app/Resources/views/brickset/instructions.html.twig index 20fd05c..639168b 100644 --- a/app/Resources/views/brickset/instructions.html.twig +++ b/app/Resources/views/brickset/instructions.html.twig @@ -2,9 +2,8 @@ {% block content %} {% if instructions|length != 0 %} -
- {{ 'set.instructions.text' | trans }} -
+{{ 'set.instructions.text' | trans | raw | nl2br }}
+Text and data obtained from Brickset