Ghost/ghost/admin/app/components/gh-members-no-members.hbs

16 lines
618 B
Handlebars
Raw Normal View History

<div class="flex flex-column items-stretch">
{{!-- <p class="">Get started with one of the following options</p> --}}
<button class="gh-btn gh-btn-green" {{on "click" this.addYourself}}>
<span>Add yourself as a member to test</span>
</button>
2021-02-11 12:56:54 +03:00
<div class="flex flex-column items-stretch mt8 pt8 pb10">
<LinkTo @route="member.new" class="gh-btn gh-btn-outline mb3">
<span>Manually add a member</span>
</LinkTo>
<LinkTo @route="members.import" class="gh-btn gh-btn-outline">
<span>Import members from CSV</span>
</LinkTo>
</div>
</div>