Skip to content

Commit

Permalink
Add to scheme card as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Jan 9, 2024
1 parent 27d5a01 commit 2b0b056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/browse/SchemeCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<p>Authority or region: {scheme.browse?.authority_or_region}</p>
<p>Capital scheme ID: {scheme.browse?.capital_scheme_id}</p>
<p>Funding programme: {scheme.browse?.funding_programme}</p>
{#if scheme.browse?.current_milestone}
<p>Current milestone: {scheme.browse?.current_milestone}</p>
{/if}
<ButtonGroup>
<SecondaryButton on:click={showScheme}>Show on map</SecondaryButton>
<SecondaryButton on:click={editScheme}>Edit scheme locally</SecondaryButton>
Expand Down

0 comments on commit 2b0b056

Please sign in to comment.