* aspect-for-selection -> aspects-for-selection
* judge title spacing fix
This commit is contained in:
parent
622a4e1ebb
commit
de9f2e61c5
@ -38,7 +38,7 @@ return function (Application $app, MiddlewareFactory $factory, ContainerInterfac
|
||||
|
||||
$app->get('/the-prize', App\Handler\PrizeRedirectHandler::class, 'the-prize');
|
||||
$app->get(
|
||||
'/the-prize/{article:background-and-purpose|description-and-values|aspect-for-selection|gran-prize-award-events}',
|
||||
'/the-prize/{article:background-and-purpose|description-and-values|aspects-for-selection|gran-prize-award-events}',
|
||||
App\Handler\ArticleHandler::class,
|
||||
'the-prize.article'
|
||||
);
|
||||
|
||||
@ -77,8 +77,8 @@ class NavigationExtension implements ExtensionInterface
|
||||
$prizeMenu->addChild("Description and Values", [
|
||||
'uri' => $this->getUriFromRouter('the-prize.article', ['article' => 'description-and-values'])
|
||||
]);
|
||||
$prizeMenu->addChild("Aspect for Selection", [
|
||||
'uri' => $this->getUriFromRouter('the-prize.article', ['article' => 'aspect-for-selection'])
|
||||
$prizeMenu->addChild("Aspects for Selection", [
|
||||
'uri' => $this->getUriFromRouter('the-prize.article', ['article' => 'aspects-for-selection'])
|
||||
]);
|
||||
$prizeMenu->addChild("Gran Prize Award and Events", [
|
||||
'uri' => $this->getUriFromRouter('the-prize.article', ['article' => 'gran-prize-award-events'])
|
||||
|
||||
@ -14,7 +14,7 @@ class JudgeManager
|
||||
], [
|
||||
'image' => 'balazs_nagy_lantos',
|
||||
'name' => 'Balázs Nagy Lantos',
|
||||
'desc' => 'Mensa HungarIQa,Former President',
|
||||
'desc' => 'Mensa HungarIQa, Former President',
|
||||
], [
|
||||
'image' => 'bertalan_mesko',
|
||||
'name' => 'Dr Bertalan Meskó',
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?php $this->layout('layout::default', ['title' => 'Aspect for Selection']) ?>
|
||||
<?php $this->layout('layout::default', ['title' => 'Aspects for Selection']) ?>
|
||||
<section class="article">
|
||||
<article>
|
||||
<p>
|
||||
Loading…
x
Reference in New Issue
Block a user