working on project view
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
<th>{t('project')}</th>
|
||||
<td>{project.name}</td>
|
||||
</tr>
|
||||
{#if project.company}
|
||||
<tr>
|
||||
<th>{t('company')}</th>
|
||||
<td>{project.company.name}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<th>{t('context')}</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user