Skip to content

Commit 46be65a

Browse files
committed
счетчики неподтвержденных в view-all.jsp
fixup
1 parent db093ca commit 46be65a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/main/webapp/WEB-INF/jsp/view-all.jsp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,6 @@
5555
<a href="view-all.jsp?section=${item._1().id}" class="btn btn-default">${item._1().name}: ${item._2()}</a>
5656
</c:if>
5757
</c:forEach>
58-
</nav>
59-
60-
<nav>
61-
<c:forEach items="${sections}" var="item">
62-
<c:if test="${item.premoderated}">
63-
<c:if test="${section!=null && item.id == section.id}">
64-
<a href="view-all.jsp?section=${item.id}" class="btn btn-selected">${item.name}</a>
65-
</c:if>
66-
<c:if test="${item.id != section.id}">
67-
<a href="view-all.jsp?section=${item.id}" class="btn btn-default">${item.name}</a>
68-
</c:if>
69-
</c:if>
70-
</c:forEach>
7158

7259
<c:if test="${not empty addlink}">
7360
<a class="btn btn-primary" href="${addlink}">Добавить</a>

0 commit comments

Comments
 (0)