working on form to add subtask
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{companies[project.company_id].name}
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
<td class="state" onclick={() => show(project.id)} >
|
||||
{t("state_"+project.status.name.toLowerCase())}
|
||||
</td>
|
||||
<td class="members" onclick={() => show(project.id)} >
|
||||
|
||||
Reference in New Issue
Block a user