#99 project dashboard edited
This commit is contained in:
parent
26c1b78960
commit
997e7776b6
@ -10,7 +10,10 @@
|
|||||||
<span th:replace="projects/fragments/projectStatusFragment :: projectStatus(projectStatus=${project.status})"/>
|
<span th:replace="projects/fragments/projectStatusFragment :: projectStatus(projectStatus=${project.status})"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-10 text-right">
|
<div class="col col-10 text-right">
|
||||||
|
<a th:href="'project?id='+${project.id}">
|
||||||
<h7 class="service-heading" th:text="${project.title}"> title</h7>
|
<h7 class="service-heading" th:text="${project.title}"> title</h7>
|
||||||
|
</a>
|
||||||
|
<p class="text-muted" th:text="${project.status.statusName}"> status</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user