File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11<main class =" article" data-ceiling =" topbar" >
2- {{ #if page.attributes.hide-view-latest }}
3- <!-- No `View Latest` banner -->
4- {{ else }}
5- {{ #if (ne page.componentVersion page.component.latest )}}
2+ {{ #unless (or page.attributes.hide-view-latest (eq page.componentVersion page.component.latest ))}}
63 <div class =" article-banner" >
74 {{ #if page.componentVersion.prerelease }}
85 <p >You are viewing the documentation for a prerelease version.</p >
118 {{ /if }}
129 <a class =" btn" href =" {{ ifelse (eq env.SUPPORTS_CURRENT_URL ' true' ) (relativize (current-url page.url )) (relativize page.latest.url )}} " >View Latest</a >
1310 </div >
14- {{ /if }}
15- {{ /if }}
11+ {{ /unless }}
1612 <div class =" article-header" >
1713{{> nav-control }}
1814{{> crumbs }}
You can’t perform that action at this time.
0 commit comments