mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed responsive bug for What's new page
refs. https://github.com/TryGhost/Toolbox/issues/356 - The updated What's new page contained unnecessary buttons with external links on smaller size screens
This commit is contained in:
parent
7a2f766668
commit
6483a068d4
@ -34,13 +34,13 @@
|
||||
<a class="green" href="https://ghost.org/changelog" target="_blank" rel="noopener noreferrer">See all updates →</a>
|
||||
</section>
|
||||
|
||||
{{#if (not (feature 'auditLog'))}}
|
||||
<div class="gh-about-content-actions">
|
||||
<a class="gh-btn gh-btn-outline" href="https://ghost.org/docs/" target="_blank" rel="noopener noreferrer"><span>User documentation</span></a>
|
||||
<a class="gh-btn gh-btn-outline" href="https://forum.ghost.org/" target="_blank" rel="noopener noreferrer"><span>Get help with Ghost</span></a>
|
||||
<a class="gh-btn gh-btn-black" href="https://ghost.org/docs/contributing/" target="_blank" rel="noopener noreferrer"><span>Get involved</span></a>
|
||||
</div>
|
||||
|
||||
{{#if (not (feature 'auditLog'))}}
|
||||
<section class="gh-env-details gh-about-box grey">
|
||||
<div class="gh-about-logo">
|
||||
{{svg-jar "ghost-logo-orb" alt="Ghost"}}
|
||||
|
Loading…
Reference in New Issue
Block a user