mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
wip
This commit is contained in:
parent
4aed20fb60
commit
2f392b106f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
@foreach($page->navigation as $version => $_)
|
@foreach($page->navigation as $version => $_)
|
||||||
<option
|
<option
|
||||||
value="{{ $page->baseUrl . $version }}"
|
value="{{ $page->baseUrl . $version }}"
|
||||||
@if($page->version() === $version)
|
@if($page->version() === $version) {{-- todo, doesn't work --}}
|
||||||
'checked'
|
'checked'
|
||||||
@endif
|
@endif
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue