mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Fix link to versions
This commit is contained in:
parent
92bfdd0313
commit
3902574459
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
<select id="versionSelect">
|
<select id="versionSelect">
|
||||||
@foreach($page->versions as $version => $name)
|
@foreach($page->versions as $version => $name)
|
||||||
<option
|
<option
|
||||||
value="/{{ $page->baseUrl . $version }}"
|
value="{{ $page->baseUrl . '/' . $version }}"
|
||||||
@if($page->version() === $version)
|
@if($page->version() === $version)
|
||||||
selected
|
selected
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue