We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d694103 commit ef9d416Copy full SHA for ef9d416
src/partials/main.hbs
@@ -4,13 +4,7 @@
4
{{#if ./missing}}
5
{{#if (and @root.page.componentVersion.prerelease (not ./prerelease))}}
6
<div class="article-banner">
7
-{{#if (and @root.page.componentVersion.prerelease (not @root.page.latest.prerelease))}}
8
-<i class="fas fa-file-alt"></i> <p> You are viewing the documentation for a prerelease version.</p>
9
-{{else}}
10
-<i class="fas fa-file-alt"></i>
11
-<p> A newer version of this documentation is available.</p>
12
-{{/if}}
13
-<a class="btn" href="{{relativize this}}">View Latest</a>
+<i class="fas fa-file-alt"></i> <p>You are viewing the documentation for a prerelease version.</p>
14
</div>
15
{{/if}}
16
{{else}}
0 commit comments