@@ -16,7 +16,7 @@ <h3>Tweets with the Hashtag #<span th:text="${hashTag.text}">Hashtag</span></h3>
1616 < div class ="row ">
1717 < div class ="col-md-12 ">
1818 < span class ="tw-pager-arrow tw-pager-up " th:if ="${latestTweets.hasPrevious()} ">
19- < a href ="" th:href ="@{|/hashtag/${hashTag.text }?pageTweet=${latestTweets.previousPageable().pageNumber}&pageUser=${users.number}|} ">
19+ < a href ="" th:href ="@{|/hashtag/${hashTag.id }?pageTweet=${latestTweets.previousPageable().pageNumber}&pageUser=${users.number}|} ">
2020 < span >
2121 < i class ="fa fa-chevron-circle-up " aria-hidden ="true "> </ i >
2222 </ span >
@@ -28,7 +28,7 @@ <h3>Tweets with the Hashtag #<span th:text="${hashTag.text}">Hashtag</span></h3>
2828 < div class ="row ">
2929 < div class ="col-md-12 ">
3030 < span class ="tw-pager-arrow tw-pager-down " th:if ="${latestTweets.hasNext()} ">
31- < a href ="" th:href ="@{|/hashtag/${hashTag.text }?pageTweet=${latestTweets.nextPageable().pageNumber}&pageUser=${users.number}|} " >
31+ < a href ="" th:href ="@{|/hashtag/${hashTag.id }?pageTweet=${latestTweets.nextPageable().pageNumber}&pageUser=${users.number}|} " >
3232 < span >
3333 < i class ="fa fa-chevron-circle-down " aria-hidden ="true "> </ i >
3434 </ span >
@@ -45,7 +45,7 @@ <h3>Users with the Hashtag #<span th:text="${hashTag.text}">Hashtag</span></h3>
4545 < div class ="row ">
4646 < div class ="col-md-12 ">
4747 < span class ="tw-pager-arrow tw-pager-up " th:if ="${users.hasPrevious()} ">
48- < a href ="" th:href ="@{|/hashtag/${hashTag.text }?pageUser=${users.previousPageable().pageNumber}&pageTweet=${latestTweets.number}|} ">
48+ < a href ="" th:href ="@{|/hashtag/${hashTag.id }?pageUser=${users.previousPageable().pageNumber}&pageTweet=${latestTweets.number}|} ">
4949 < span >
5050 < i class ="fa fa-chevron-circle-up " aria-hidden ="true "> </ i >
5151 </ span >
@@ -58,7 +58,7 @@ <h3>Users with the Hashtag #<span th:text="${hashTag.text}">Hashtag</span></h3>
5858 < div class ="row ">
5959 < div class ="col-md-12 ">
6060 < span class ="tw-pager-arrow tw-pager-down " th:if ="${users.hasNext()} ">
61- < a href ="" th:href ="@{|/hashtag/${hashTag.text }?pageUser=${users.nextPageable().pageNumber}&pageTweet=${latestTweets.number}|} " >
61+ < a href ="" th:href ="@{|/hashtag/${hashTag.id }?pageUser=${users.nextPageable().pageNumber}&pageTweet=${latestTweets.number}|} " >
6262 < span >
6363 < i class ="fa fa-chevron-circle-down " aria-hidden ="true "> </ i >
6464 </ span >
0 commit comments