Signature Current heads : {#each heads as head} {#if head[1]}
cur_link=signed_commit_link(head)} on:keypress={()=>cur_link=signed_commit_link(head)} tabindex="0" role="button"> {head[0].substring(0,7)}
{:else}
{head[0].substring(0,7)}
{/if} {/each} {#if !hide_snapshot} {#if force_snapshot} or click on one of the signed heads to get its link. {:else if can_sign} {$t("doc.take_snapshot")} {#if has_signatures}or click on one of the signed heads to get its link{/if} {:else}
A signed snapshot is currently at the head.
Here is its link that you can share.
For now this link is only usable with the CLI, by running the following command :

ngcli get {signed_commit_link(heads[0])} {/if} {/if} {#if (force_snapshot || can_sign) && cur_link } For now the link is only usable with the CLI, by running the following command :

ngcli get {cur_link} {/if}