Browse Source

Update Paginator.cshtml

pull/798/head
Yunus Emre Kalkan 7 years ago
parent
commit
74bedd2364
  1. 2
      framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml

2
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>

Loading…
Cancel
Save