Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446d848
)
MDL-62332 Theme boost: paging bar empty active link
author
Bas Brands
<bas@moodle.com>
Tue, 8 May 2018 07:26:14 +0000
(09:26 +0200)
committer
Bas Brands
<bas@moodle.com>
Tue, 8 May 2018 07:26:14 +0000
(09:26 +0200)
theme/boost/templates/core/paging_bar.mustache
patch
|
blob
|
blame
|
history
diff --git
a/theme/boost/templates/core/paging_bar.mustache
b/theme/boost/templates/core/paging_bar.mustache
index
29801aa
..
5dedc98
100644
(file)
--- a/
theme/boost/templates/core/paging_bar.mustache
+++ b/
theme/boost/templates/core/paging_bar.mustache
@@
-1,6
+1,6
@@
{{#haspages}}
<nav aria-label="{{label}}">
- <ul class="pagination">
+ <ul class="pagination
mt-3
">
{{#previous}}
<li class="page-item">
<a href="{{url}}" class="page-link">
@@
-19,7
+19,7
@@
{{/first}}
{{#pages}}
<li class="page-item {{#active}}active{{/active}}">
- <a href="{{url}}" class="page-link">
+ <a href="{{
#url}}{{.}}{{/url}}{{^url}}#{{/
url}}" class="page-link">
{{page}}
{{#active}}
<span class="sr-only">{{#str}}currentinparentheses, theme_boost{{/str}}</span>