#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})"/>
|
||||
</div>
|
||||
<div class="col col-10 text-right">
|
||||
<h7 class="service-heading" th:text="${project.title}"> title</h7>
|
||||
<a th:href="'project?id='+${project.id}">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user