Skip to content
Snippets Groups Projects
Commit 1e8cc879 authored by elvanowen's avatar elvanowen
Browse files

Everything

parent aa176633
Branches
No related merge requests found
Pipeline #2779 skipped
...@@ -78,9 +78,9 @@ ...@@ -78,9 +78,9 @@
</div> </div>
<div class="col-sm-4 text-right text-center-xs"> <div class="col-sm-4 text-right text-center-xs">
<ul class="pagination pagination-sm m-t-none m-b-none"> <ul class="pagination pagination-sm m-t-none m-b-none">
<li><a href="/list/y/{{ year }}/m/{{ month }}/p/{{ beforePage }}"><i class="fa fa-chevron-left"></i></a></li> <li><a href="list/y/{{ year }}/m/{{ month }}/p/{{ beforePage }}"><i class="fa fa-chevron-left"></i></a></li>
<li><a href="">{{ currentPage }}</a></li> <li><a href="">{{ currentPage }}</a></li>
<li><a href="/list/y/{{ year }}/m/{{ month }}/p/{{ nextPage }}"><i class="fa fa-chevron-right"></i></a></li> <li><a href="list/y/{{ year }}/m/{{ month }}/p/{{ nextPage }}"><i class="fa fa-chevron-right"></i></a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment