@@ -158,38 +158,36 @@ <h3 class="text-center" th:text="${#strings.capitalize(suspicious_activities)}">
158
158
</ div >
159
159
160
160
< div th:if ="${not #lists.isEmpty(activities)} " class ="row text-center ">
161
- < div class ="col-sm-12 ">
162
- < nav >
163
- < ul class ="pagination ">
164
- < li class ="disabled " th:class ="${pager.prev == null}? 'disabled' ">
165
- < span aria-hidden ="true " th:if ="${pager.prev == null} "> «</ span >
166
- <!--/*/
167
- <a href="#" aria-label="Previous"
168
- th:if="${pager.prev != null}"
169
- th:href="@{${SITE_EVENTS_PAGE}(page=${pager.prev})}">
170
- <span aria-hidden="true">«</span>
171
- </a>
172
- /*/-->
173
- </ li >
174
- < li class ="active " th:each ="item : ${pager.items} " th:class ="${item == pager.currentPage}? 'active' ">
175
- < a href ="# " th:href ="@{${SITE_EVENTS_PAGE}(page=${item})} "
176
- th:utext ="|${item} <span class='sr-only'>(current)</span>| ">
177
- 1 < span class ="sr-only "> (current)</ span >
178
- </ a >
179
- </ li >
180
- < li class ="disabled " th:class ="${pager.next == null}? 'disabled' ">
181
- < span aria-hidden ="true " th:if ="${pager.next == null} "> »</ span >
182
- <!--/*/
183
- <a href="#" aria-label="Next"
184
- th:if="${pager.next != null}"
185
- th:href="@{${SITE_EVENTS_PAGE}(page=${pager.next})}">
186
- <span aria-hidden="true">»</span>
187
- </a>
188
- /*/-->
189
- </ li >
190
- </ ul >
191
- </ nav >
192
- </ div >
161
+ < nav >
162
+ < ul class ="pagination ">
163
+ < li class ="disabled " th:class ="${pager.prev == null}? 'disabled' ">
164
+ < span aria-hidden ="true " th:if ="${pager.prev == null} "> «</ span >
165
+ <!--/*/
166
+ <a href="#" aria-label="Previous"
167
+ th:if="${pager.prev != null}"
168
+ th:href="@{${SITE_EVENTS_PAGE}(page=${pager.prev})}">
169
+ <span aria-hidden="true">«</span>
170
+ </a>
171
+ /*/-->
172
+ </ li >
173
+ < li class ="active " th:each ="item : ${pager.items} " th:class ="${item == pager.currentPage}? 'active' ">
174
+ < a href ="# " th:href ="@{${SITE_EVENTS_PAGE}(page=${item})} "
175
+ th:utext ="|${item} <span class='sr-only'>(current)</span>| ">
176
+ 1 < span class ="sr-only "> (current)</ span >
177
+ </ a >
178
+ </ li >
179
+ < li class ="disabled " th:class ="${pager.next == null}? 'disabled' ">
180
+ < span aria-hidden ="true " th:if ="${pager.next == null} "> »</ span >
181
+ <!--/*/
182
+ <a href="#" aria-label="Next"
183
+ th:if="${pager.next != null}"
184
+ th:href="@{${SITE_EVENTS_PAGE}(page=${pager.next})}">
185
+ <span aria-hidden="true">»</span>
186
+ </a>
187
+ /*/-->
188
+ </ li >
189
+ </ ul >
190
+ </ nav >
193
191
</ div >
194
192
</ div >
195
193
</ div >
0 commit comments