mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
16 lines
613 B
Handlebars
16 lines
613 B
Handlebars
<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>
|
|
|
|
<div class="flex flex-column items-stretch mt5 pt5">
|
|
<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> |