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 784049a commit d694103Copy full SHA for d694103
src/partials/main.hbs
@@ -4,17 +4,13 @@
4
{{#if ./missing}}
5
{{#if (and @root.page.componentVersion.prerelease (not ./prerelease))}}
6
<div class="article-banner">
7
-<<<<<<< HEAD
8
{{#if (and @root.page.componentVersion.prerelease (not @root.page.latest.prerelease))}}
9
<i class="fas fa-file-alt"></i> <p> You are viewing the documentation for a prerelease version.</p>
10
{{else}}
11
<i class="fas fa-file-alt"></i>
12
<p> A newer version of this documentation is available.</p>
13
{{/if}}
14
<a class="btn" href="{{relativize this}}">View Latest</a>
15
-=======
16
-<i class="fas fa-file-alt"></i> <p>You are viewing the documentation for a prerelease version.</p>
17
->>>>>>> 6f0d7c56aa847b17c98cef6ffa2595d15f6bc9df
18
</div>
19
20
0 commit comments