WIP: Resolve "Создание проекта из гранта" #240

Draft
a.vasin wants to merge 2 commits from 99-project-from-grant into dev
Showing only changes of commit 997e7776b6 - Show all commits

View File

@ -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">
<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> </div>
</div> </div>