mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added loading and error handling for what's new in Dasboard
This commit is contained in:
parent
edc533cc88
commit
e253dfc0f0
@ -215,6 +215,7 @@
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
||||
{{#unless (or whatsNewEntriesLoading whatsNewEntriesError)}}
|
||||
<div class="gh-dashboard-box whats-new">
|
||||
<div class="gh-dashboard-header-container">
|
||||
<h4 class="gh-dashboard-header">What's new?</h4>
|
||||
@ -235,6 +236,7 @@
|
||||
<a href="https://ghost.org/changelog" target="_blank" rel="noopener noreferrer">See all updates</a>
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>fwh
|
Loading…
Reference in New Issue
Block a user