{#if repo_error} Error! cannot find repository event {:else} { selected_tab = 'proposals' }} role="tab" class="tab" class:tab-active={selected_tab === 'proposals'} > Proposals {#if !$proposal_summaries.loading} ({$proposal_summaries.summaries.length}) {/if} { selected_tab = 'issues' }} role="tab" class="tab" class:tab-active={selected_tab === 'issues'} > Issues {#if !$issue_summaries.loading} ({$issue_summaries.summaries.length}) {/if} {#if selected_tab === 'proposals'} want to submit a proposal? install ngit, create add a feature in the local repository and run ngit send {:else if selected_tab === 'issues'} create issue {/if} {#if false} {#if $selected_repo_readme.loading} loading readme... {:else if $selected_repo_readme.failed} failed to load readme from git server... {:else} README.md {/if} {/if} {/if}
install ngit, create add a feature in the local repository and run ngit send