moved description a bit down
This commit is contained in:
@@ -182,10 +182,6 @@
|
|||||||
<button>{t('models')}</button>
|
<button>{t('models')}</button>
|
||||||
<button>{t('times')}</button>
|
<button>{t('times')}</button>
|
||||||
</div>
|
</div>
|
||||||
<div>{t('description')}</div>
|
|
||||||
<div class="description">
|
|
||||||
<MarkdownEditor bind:value={project.description} editable={true} onSet={val => update({description:val})} />
|
|
||||||
</div>
|
|
||||||
{#if showSettings}
|
{#if showSettings}
|
||||||
<div>{t('extended_settings')}</div>
|
<div>{t('extended_settings')}</div>
|
||||||
<label>
|
<label>
|
||||||
@@ -221,6 +217,12 @@
|
|||||||
<div>{t('estimated_time')}</div>
|
<div>{t('estimated_time')}</div>
|
||||||
<div class="estimated_time">{estimated_time.sum} h</div>
|
<div class="estimated_time">{estimated_time.sum} h</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<div>{t('description')}</div>
|
||||||
|
<div class="description">
|
||||||
|
<MarkdownEditor bind:value={project.description} editable={true} onSet={val => update({description:val})} />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>{t('tags')}</div>
|
<div>{t('tags')}</div>
|
||||||
<div>
|
<div>
|
||||||
<Tags module="project" {id} user_list={null} />
|
<Tags module="project" {id} user_list={null} />
|
||||||
|
|||||||
Reference in New Issue
Block a user