#99 project dashboard edited

This commit is contained in:
a.vasin 2019-06-05 08:48:20 +04:00
parent 26c1b78960
commit 997e7776b6

View File

@ -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>