mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-62332 Theme boost: paging bar empty active link
This commit is contained in:
parent
446d8483a3
commit
ea6dfd78ce
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{#haspages}}
|
{{#haspages}}
|
||||||
<nav aria-label="{{label}}">
|
<nav aria-label="{{label}}">
|
||||||
<ul class="pagination">
|
<ul class="pagination mt-3">
|
||||||
{{#previous}}
|
{{#previous}}
|
||||||
<li class="page-item">
|
<li class="page-item">
|
||||||
<a href="{{url}}" class="page-link">
|
<a href="{{url}}" class="page-link">
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
{{/first}}
|
{{/first}}
|
||||||
{{#pages}}
|
{{#pages}}
|
||||||
<li class="page-item {{#active}}active{{/active}}">
|
<li class="page-item {{#active}}active{{/active}}">
|
||||||
<a href="{{url}}" class="page-link">
|
<a href="{{#url}}{{.}}{{/url}}{{^url}}#{{/url}}" class="page-link">
|
||||||
{{page}}
|
{{page}}
|
||||||
{{#active}}
|
{{#active}}
|
||||||
<span class="sr-only">{{#str}}currentinparentheses, theme_boost{{/str}}</span>
|
<span class="sr-only">{{#str}}currentinparentheses, theme_boost{{/str}}</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue