added break indicators
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>{t('year')}</th>
|
<th>{t('year')}</th>
|
||||||
<th>{t('month')}</th>
|
<th>{t('month')}</th>
|
||||||
<th>{t('start')}…{t('end')}</th>
|
<th>{t('start')}<wbr>…<wbr>{t('end')}</th>
|
||||||
<th>{t('duration')}</th>
|
<th>{t('duration')}</th>
|
||||||
<th>{t('subject')}</th>
|
<th>{t('subject')}</th>
|
||||||
<th>{t('tasks')}</th>
|
<th>{t('tasks')}</th>
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{:else}
|
{:else}
|
||||||
<td class="start_end" onclick={e => toggleSelect(time.id)}>
|
<td class="start_end" onclick={e => toggleSelect(time.id)}>
|
||||||
{time.start_time}{#if time.end_time}…{time.end_time}{/if}
|
{time.start_time}{#if time.end_time}<wbr>…<wbr>{time.end_time}{/if}
|
||||||
</td>
|
</td>
|
||||||
<td class="duration" onclick={e => {detail = time.id}}>
|
<td class="duration" onclick={e => {detail = time.id}}>
|
||||||
{#if time.duration}
|
{#if time.duration}
|
||||||
|
|||||||
Reference in New Issue
Block a user