mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
checked
This commit is contained in:
parent
bbe4fcd7fc
commit
4aed20fb60
1 changed files with 6 additions and 1 deletions
|
|
@ -59,7 +59,12 @@
|
||||||
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
|
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
|
||||||
<select id="versionSelect">
|
<select id="versionSelect">
|
||||||
@foreach($page->navigation as $version => $_)
|
@foreach($page->navigation as $version => $_)
|
||||||
<option value="{{ $page->baseUrl . $version }}">
|
<option
|
||||||
|
value="{{ $page->baseUrl . $version }}"
|
||||||
|
@if($page->version() === $version)
|
||||||
|
'checked'
|
||||||
|
@endif
|
||||||
|
>
|
||||||
{{ $version }}
|
{{ $version }}
|
||||||
</option>
|
</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue