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
e343518d
Commit
e343518d
authored
4 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted columns2.mustache template due to upstream changes in theme Boost.
parent
a1262ef7
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
+1
-0
1 addition, 0 deletions
CHANGES.md
templates/columns2.mustache
+5
-4
5 additions, 4 deletions
templates/columns2.mustache
templates/columns2.mustache.original
+5
-4
5 additions, 4 deletions
templates/columns2.mustache.original
with
11 additions
and
8 deletions
CHANGES.md
+
1
−
0
View file @
e343518d
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2020-09-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
*
2020-09-03 - Adjusted navbar.mustache template due to upstream changes in theme Boost.
*
2020-09-03 - Fixed Behat issues after upgrading to 3.9.
*
2020-09-02 - Deleted own additional edit button for courses because upstream Boost reimplemented it.
...
...
This diff is collapsed.
Click to expand it.
templates/columns2.mustache
+
5
−
4
View file @
e343518d
...
...
@@ -153,9 +153,10 @@ M.util.js_pending('theme_boost/loader');
require(['theme_boost/loader'], function() {
M.util.js_complete('theme_boost/loader');
});
M.util.js_pending('theme_boost/drawer');
require(['theme_boost/drawer'], function(
mod
) {
mod
.init();
require(['theme_boost/drawer'], function(
drawer
) {
drawer
.init();
M.util.js_complete('theme_boost/drawer');
});
require(['theme_boost_campus/backtotop'], function(mod) {
...
...
This diff is collapsed.
Click to expand it.
templates/columns2.mustache.original
+
5
−
4
View file @
e343518d
...
...
@@ -100,9 +100,10 @@ M.util.js_pending('theme_boost/loader');
require(['theme_boost/loader'], function() {
M.util.js_complete('theme_boost/loader');
});
M.util.js_pending('theme_boost/drawer');
require(['theme_boost/drawer'], function(
mod
) {
mod
.init();
require(['theme_boost/drawer'], function(
drawer
) {
drawer
.init();
M.util.js_complete('theme_boost/drawer');
});
{{/js}}
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