Ghost/ghost/admin/app/components/dashboard/v5/resources/community.hbs
James Morris a46d01ca5f Implemented a more fleshed out resources section for new Dashboard
refs: https://github.com/TryGhost/Team/issues/1556

- working implementation of all the parts of the dashboard
- now includes the what's new section again
- has dynamic, yet basic, newsletters
2022-04-26 11:33:34 +01:00

18 lines
748 B
Handlebars

<section class="gh-dashboard5-resource gh-dashboard5-community" {{did-insert this.load}}>
<article class="gh-dashboard5-resource-box">
<div class="gh-dashboard5-resource-title">
<h4>Community</h4>
</div>
<div class="gh-dashboard5-resource-body">
<div class="gh-dashboard5-list">
<div class="gh-dashboard5-list-body">
<p>Talk strategy.<br />Get advice.<br />Or, just hang out.</p>
</div>
</div>
</div>
<div class="gh-dashboard5-resource-footer">
<a href="https://ghost.org/resources/community/" target="_blank" rel="noopener noreferrer">Share the journey →</a>
</div>
</article>
</section>