File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Elastic.Documentation.Site/Layout Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@using Elastic .Documentation .Configuration .Builder
2
2
@inherits RazorSlice <Elastic .Documentation .Site .GlobalLayoutViewModel >
3
- <nav id =" secondary-nav" class =" bg-grey-10 border-t-1 border-grey-20 font-sans font-semibold text-sm text-ink-light md:text-base" >
3
+ <nav id =" secondary-nav" hx-disable = " true " class =" bg-grey-10 border-t-1 border-grey-20 font-sans font-semibold text-sm text-ink-light md:text-base" >
4
4
<div class =" max-w-(--max-layout-width) flex mx-auto justify-between items-center p-6" >
5
5
<div class =" flex gap-2 flex-nowrap items-center" >
6
6
@if (Model .RenderHamburgerIcon )
Original file line number Diff line number Diff line change 1
1
@inherits RazorSlice <Elastic .Markdown .MarkdownLayoutViewModel >
2
- <div class =" w-full text-ink relative text-pretty" >
2
+ <div hx-disable = " true " class =" w-full text-ink relative text-pretty" >
3
3
<div class =" w-full absolute top-0 left-0 right-0 htmx-indicator" id =" htmx-indicator" role =" status" >
4
4
<div class =" h-[2px] w-full overflow-hidden" >
5
5
<div class =" progress w-full h-full bg-pink-70 left-right" ></div >
Original file line number Diff line number Diff line change 1
1
@inherits RazorSlice <Elastic .Markdown .MarkdownLayoutViewModel >
2
- <div class =" p-12 font-body text-center flex flex-col items-center justify-center" >
2
+ <div hx-disable = " true " class =" p-12 font-body text-center flex flex-col items-center justify-center" >
3
3
<span class =" text-4xl font-sans font-semibold" >Page not found</span >
4
4
<p class =" mt-2" >The page you are looking for could not be found.</p >
5
5
<a href =" @Model.Link(" /" )" class =" link my-6" >
You can’t perform that action at this time.
0 commit comments