{status.currentProject.name}

{#if status.currentProject.lock && status.currentProject.lock.user === status.currentUser}

Checkout

{#each status.currentProject.deployEnvs as env}

Deploy to {env}

{/each}
{/if}
{#if status.currentProject.readme}
{@html status.currentProject.readme}
{/if}

Recent Commits

Previous log