Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
744ac289
Commit
744ac289
authored
4 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted footer.mustache due to upstream changes in theme Boost core
parent
4e510d73
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
templates/footer.mustache
+2
-2
2 additions, 2 deletions
templates/footer.mustache
templates/footer.mustache.original
+2
-2
2 additions, 2 deletions
templates/footer.mustache.original
with
8 additions
and
4 deletions
CHANGES.md
+
4
−
0
View file @
744ac289
...
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
*
2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173).
### v3.9-r8
*
2021-04-14 - Bugfix: Help Icon content in the modal dialog versions sometimes inherited unwanted CSS layout - Credits to @danowar2k
...
...
This diff is collapsed.
Click to expand it.
templates/footer.mustache
+
2
−
2
View file @
744ac289
...
...
@@ -42,8 +42,8 @@
{{^
bcbttbutton
}}
<div
id=
"goto-top-link"
>
{{! go to top is sticky to footer so needs to be sibling }}
<a
class=
"btn btn-light"
role=
"button"
href=
"#"
>
{{#
pix
}}
i/up, core
,
{{#
str
}}
totop, theme_boost
{{/
str
}}
{{/
pix
}}
<a
class=
"btn btn-light"
role=
"button"
href=
"#"
aria-label=
"
{{#
str
}}
totop, theme_boost
{{/
str
}}
"
>
{{#
pix
}}
i/up, core
{{/
pix
}}
</a>
</div>
{{/
bcbttbutton
}}
...
...
This diff is collapsed.
Click to expand it.
templates/footer.mustache.original
+
2
−
2
View file @
744ac289
...
...
@@ -19,8 +19,8 @@
}}
<div id="goto-top-link">
{{! go to top is sticky to footer so needs to be sibling }}
<a class="btn btn-light" role="button" href="#">
{{#pix}} i/up, core
, {{#str}} totop, theme_boost {{/str}}
{{/pix}}
<a class="btn btn-light" role="button" href="#"
aria-label="{{#str}} totop, theme_boost {{/str}}"
>
{{#pix}} i/up, core{{/pix}}
</a>
</div>
<footer id="page-footer" class="py-3 bg-dark text-light">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment