Add a link to the Forem Admin Guide to /admin (#11000)

This commit is contained in:
Jacob Herrington 2020-10-21 12:13:41 -05:00 committed by GitHub
parent cfbb5a1763
commit 35648a696c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,13 @@
</h1>
<div class="crayons-header__links">
<a href="/" aria-label="<%= community_name %> Home">Go to <%= community_name %> home page</a>
<a href="https://forem.gitbook.io/forem-admin-guide/" class="crayons-btn crayons-btn--ghost-brand hidden mr-2 whitespace-nowrap s:block">
Forem Admin Guide
</a>
<a href="/" class="crayons-btn hidden mr-2 whitespace-nowrap s:block">
Go to <%= community_name %> home page
</a>
</div>
</div>
</header>