From 74bedd23645f19f99cb3a39e03e27e06644a0557 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Wed, 16 Jan 2019 14:05:41 +0300 Subject: [PATCH] Update Paginator.cshtml --- .../Pages/Components/Paginator.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml b/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml index b7a567beae..be26fb5251 100644 --- a/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml +++ b/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml @@ -66,7 +66,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.Components </div> <div class="col-sm-12 col-md-7"> <nav aria-label="Page navigation"> - <ul class="pagination justify-localizationKey-end"> + <ul class="pagination justify-content-end"> <li class="page-item "> <a tabindex="-1" class="page-link" href="/Components/Paginator?currentPage=7">Previous</a> </li>