WIP: Resolve "Создание проекта из гранта" #240
@ -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