@@ -194,38 +194,36 @@ <h3 class="text-center" th:text="${#strings.capitalize(suspicious_activities)}">
194
194
</ div >
195
195
196
196
< div th:if ="${not #lists.isEmpty(activities)} " class ="row text-center ">
197
- < div class ="col-sm-12 ">
198
- < nav >
199
- < ul class ="pagination ">
200
- < li class ="disabled " th:class ="${pager.prev == null}? 'disabled' ">
201
- < span aria-hidden ="true " th:if ="${pager.prev == null} "> «</ span >
202
- <!--/*/
203
- <a href="#" aria-label="Previous"
204
- th:if="${pager.prev != null}"
205
- th:href="@{${SITE_EVENTS_PAGE}(page=${pager.prev})}">
206
- <span aria-hidden="true">«</span>
207
- </a>
208
- /*/-->
209
- </ li >
210
- < li class ="active " th:each ="item : ${pager.items} " th:class ="${item == pager.currentPage}? 'active' ">
211
- < a href ="# " th:href ="@{${SITE_EVENTS_PAGE}(page=${item})} "
212
- th:utext ="|${item} <span class='sr-only'>(current)</span>| ">
213
- 1 < span class ="sr-only "> (current)</ span >
214
- </ a >
215
- </ li >
216
- < li class ="disabled " th:class ="${pager.next == null}? 'disabled' ">
217
- < span aria-hidden ="true " th:if ="${pager.next == null} "> »</ span >
218
- <!--/*/
219
- <a href="#" aria-label="Next"
220
- th:if="${pager.next != null}"
221
- th:href="@{${SITE_EVENTS_PAGE}(page=${pager.next})}">
222
- <span aria-hidden="true">»</span>
223
- </a>
224
- /*/-->
225
- </ li >
226
- </ ul >
227
- </ nav >
228
- </ div >
197
+ < nav >
198
+ < ul class ="pagination ">
199
+ < li class ="disabled " th:class ="${pager.prev == null}? 'disabled' ">
200
+ < span aria-hidden ="true " th:if ="${pager.prev == null} "> «</ span >
201
+ <!--/*/
202
+ <a href="#" aria-label="Previous"
203
+ th:if="${pager.prev != null}"
204
+ th:href="@{${SITE_EVENTS_PAGE}(page=${pager.prev})}">
205
+ <span aria-hidden="true">«</span>
206
+ </a>
207
+ /*/-->
208
+ </ li >
209
+ < li class ="active " th:each ="item : ${pager.items} " th:class ="${item == pager.currentPage}? 'active' ">
210
+ < a href ="# " th:href ="@{${SITE_EVENTS_PAGE}(page=${item})} "
211
+ th:utext ="|${item} <span class='sr-only'>(current)</span>| ">
212
+ 1 < span class ="sr-only "> (current)</ span >
213
+ </ a >
214
+ </ li >
215
+ < li class ="disabled " th:class ="${pager.next == null}? 'disabled' ">
216
+ < span aria-hidden ="true " th:if ="${pager.next == null} "> »</ span >
217
+ <!--/*/
218
+ <a href="#" aria-label="Next"
219
+ th:if="${pager.next != null}"
220
+ th:href="@{${SITE_EVENTS_PAGE}(page=${pager.next})}">
221
+ <span aria-hidden="true">»</span>
222
+ </a>
223
+ /*/-->
224
+ </ li >
225
+ </ ul >
226
+ </ nav >
229
227
</ div >
230
228
</ div >
231
229
</ div >
0 commit comments