We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db093ca commit 46be65aCopy full SHA for 46be65a
1 file changed
src/main/webapp/WEB-INF/jsp/view-all.jsp
@@ -55,19 +55,6 @@
55
<a href="view-all.jsp?section=${item._1().id}" class="btn btn-default">${item._1().name}: ${item._2()}</a>
56
</c:if>
57
</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
69
70
- </c:forEach>
71
72
<c:if test="${not empty addlink}">
73
<a class="btn btn-primary" href="${addlink}">Добавить</a>
0 commit comments