Resolve "Ping конференции в списке конференций" #196
@ -12,6 +12,10 @@
|
|||||||
<span class="text-muted" th:text="${project.description}"/>
|
<span class="text-muted" th:text="${project.description}"/>
|
||||||
</a>
|
</a>
|
||||||
<input class="id-class" type="hidden" th:value="${project.id}"/>
|
<input class="id-class" type="hidden" th:value="${project.id}"/>
|
||||||
|
<a class="remove-paper pull-right d-none" th:href="@{'/projects/delete/'+${project.id}}"
|
||||||
|
data-confirm="Удалить проект?">
|
||||||
|
<i class="fa fa-trash" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user