Skip to content

Commit

Permalink
move Enterprise release link into article versions dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Dec 7, 2020
1 parent be1eaea commit 5362d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions includes/article-version-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
>
{{ allVersions[permalink.pageVersion].versionTitle }}</a>
{% endfor %}
<a class="f6 no-underline text-gray-light border-top pt-1" href="/enterprise-releases">See all Enterprise releases</a>
</div>
</details>
{% endif %}
5 changes: 1 addition & 4 deletions includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
<div class="d-flex flex-items-center" style="height: 39px;">
{% include breadcrumbs %}
</div>
<div class="d-none d-lg-block">
{% include article-version-switcher %}
<div class="text-right"><a class="f6 no-underline " href="/enterprise-releases">See all Enterprise releases</a></div>
</div>
<div class="d-none d-lg-block">{% include article-version-switcher %}</div>
</div>

<div class="mt-2 article-grid-container">
Expand Down

0 comments on commit 5362d8b

Please sign in to comment.