Documentation for what reason?
This commit is contained in:
@@ -246,13 +246,11 @@ $: if (testing) {
|
||||
{@html $ae_loc.ds.hub__page__sponsorships__create_info_header}
|
||||
{:else}
|
||||
<header>
|
||||
<h1 class="h1">Information Goes Here</h1>
|
||||
<h1 class="h1">Sponsor Hub Info Goes Here</h1>
|
||||
</header>
|
||||
{/if}
|
||||
|
||||
<!-- <section class="btn btn-group"> -->
|
||||
|
||||
|
||||
<section>
|
||||
{#if $slct.sponsorship_id}
|
||||
<button
|
||||
class="btn variant-ghost-primary w-96"
|
||||
@@ -269,7 +267,7 @@ $: if (testing) {
|
||||
}}
|
||||
>
|
||||
<span class="fas fa-edit mx-1"></span>
|
||||
Edit Sponsorship {$slct.sponsorship_id}
|
||||
Edit Sponsor {$slct.sponsorship_id}
|
||||
</button>
|
||||
{:else}
|
||||
<button
|
||||
@@ -290,14 +288,14 @@ $: if (testing) {
|
||||
Start Sponsor Submission Form
|
||||
</button>
|
||||
{/if}
|
||||
<!-- </section> -->
|
||||
</section>
|
||||
|
||||
{#if $ae_loc.ds.hub__page__sponsorships__create_info}
|
||||
{@html $ae_loc.ds.hub__page__sponsorships__create_info}
|
||||
{:else}
|
||||
<section>
|
||||
<div class="alert alert-info">
|
||||
More information goes here.
|
||||
More information can go here or this can be hidden.
|
||||
</div>
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user