Skip to content

Commit

Permalink
NTTW page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Jan 26, 2024
1 parent ae6529e commit 34279f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Menu/MenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public function createNoTimeToWaitMenu(array $options)
$menu = $this->mediaAreaMenu($menu);

$menu->addChild('menu.notimetowait', ['route' => 'notimetowait_home'])->setExtras(['dropdown' => true])->setCurrent(true);
$menu['menu.notimetowait']->addChild('menu.notimetowait.8', ['route' => 'notimetowait_8']);
$menu['menu.notimetowait']->addChild('menu.notimetowait.7', ['route' => 'notimetowait_7']);
$menu['menu.notimetowait']->addChild('menu.notimetowait.6', ['route' => 'notimetowait_6']);
$menu['menu.notimetowait']->addChild('menu.notimetowait.5', ['route' => 'notimetowait_5']);
Expand Down
4 changes: 4 additions & 0 deletions src/NoTimeToWaitBundle/Resources/translations/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<source><![CDATA[menu.notimetowait.7]]></source>
<target><![CDATA[No Time To Wait 7 (2023, Prague)]]></target>
</trans-unit>
<trans-unit id="menu.notimetowait.8" approved="yes">
<source><![CDATA[menu.notimetowait.8]]></source>
<target><![CDATA[No Time To Wait 8 (2024, Karlsruhe)]]></target>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<h2 class="title">Next</h2>
<div class="content">
<p>
<a href="{{ path('notimetowait_7') }}">No Time To Wait 8 (2024, Karlsruhe)</a>
<a href="{{ path('notimetowait_8') }}">No Time To Wait 8 (2024, Karlsruhe)</a>
</p>
</div>
</section>
<section>
<h2 class="title">Past</h2>
<div class="content">
<p>
<a href="{{ path('notimetowait_6') }}">No Time To Wait 7 (2023, Prague)</a>
<a href="{{ path('notimetowait_7') }}">No Time To Wait 7 (2023, Prague)</a>
<br/>
<a href="{{ path('notimetowait_6') }}">No Time To Wait 6 (2022, The Hague)</a>
<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

<p>
{% image '@NoTimeToWaitBundle/Resources/public/img/nttw8-zkm1.jpg' %}
<img src="{{ asset_url }}" alt="exterior image of ZKM" class="img-responsive center-xs" title="Outside ZKM" height="600">
<img src="{{ asset_url }}" alt="exterior image of ZKM" class="img-responsive center-xs" title="Outside ZKM" width="40%" height="40%">
{% endimage %}
{% image '@NoTimeToWaitBundle/Resources/public/img/nttw8-zkm2.jpg' %}
<img src="{{ asset_url }}" alt="interior image of ZKM" class="img-responsive center-xs" title="Inside ZKM" height="600">
<img src="{{ asset_url }}" alt="interior image of ZKM" class="img-responsive center-xs" title="Inside ZKM" width="40%" height="40%">
{% endimage %}
</p>

Expand Down

0 comments on commit 34279f0

Please sign in to comment.