This commit is contained in:
Samuel Štancl 2019-09-18 09:29:48 +02:00
parent 4aed20fb60
commit 2f392b106f

View file

@ -61,7 +61,7 @@
@foreach($page->navigation as $version => $_)
<option
value="{{ $page->baseUrl . $version }}"
@if($page->version() === $version)
@if($page->version() === $version) {{-- todo, doesn't work --}}
'checked'
@endif
>