mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Merge pull request #77 from SpiritLevel/patch-1
FIX Home for each version correctly returns to the index of the version.
This commit is contained in:
commit
2f0cbfe4f6
@ -3,9 +3,9 @@
|
|||||||
$DocumentationSearchForm
|
$DocumentationSearchForm
|
||||||
|
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li><a href="$DocumentationBaseHref" class="top">Home</a></li>
|
|
||||||
|
|
||||||
<% loop Menu %>
|
<% loop Menu %>
|
||||||
|
<li><a href="$Link" class="top">Home</a></li>
|
||||||
<% if DefaultEntity %>
|
<% if DefaultEntity %>
|
||||||
<% loop Children %>
|
<% loop Children %>
|
||||||
<li class="$LinkingMode <% if Last %>last<% end_if %>">
|
<li class="$LinkingMode <% if Last %>last<% end_if %>">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user