mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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}}
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue