mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +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>
|
<a class="green" href="https://ghost.org/changelog" target="_blank" rel="noopener noreferrer">See all updates →</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{{#if (not (feature 'auditLog'))}}
|
||||||
<div class="gh-about-content-actions">
|
<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://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-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>
|
<a class="gh-btn gh-btn-black" href="https://ghost.org/docs/contributing/" target="_blank" rel="noopener noreferrer"><span>Get involved</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if (not (feature 'auditLog'))}}
|
|
||||||
<section class="gh-env-details gh-about-box grey">
|
<section class="gh-env-details gh-about-box grey">
|
||||||
<div class="gh-about-logo">
|
<div class="gh-about-logo">
|
||||||
{{svg-jar "ghost-logo-orb" alt="Ghost"}}
|
{{svg-jar "ghost-logo-orb" alt="Ghost"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user