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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
a05ba59b
Commit
a05ba59b
authored
6 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted login.mustache template due to upstream changes in theme Boost.
parent
e3efc8ee
Branches
Branches containing commit
Tags
Tags containing commit
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/login.mustache
+1
-1
1 addition, 1 deletion
templates/login.mustache
templates/login.mustache.original
+1
-1
1 addition, 1 deletion
templates/login.mustache.original
with
3 additions
and
2 deletions
CHANGES.md
+
1
−
0
View file @
a05ba59b
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2019-06-03 - Adjusted login.mustache template due to upstream changes in theme Boost.
*
2019-06-03 - Adjusted footer.mustache template due to upstream changes in theme Boost.
*
2019-06-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
*
2019-06-03 - Further formal changes to the renderers to be constistent with Moodle core.
...
...
This diff is collapsed.
Click to expand it.
templates/login.mustache
+
1
−
1
View file @
a05ba59b
...
...
@@ -44,7 +44,7 @@
<div
id=
"page"
class=
"container-fluid mt-0"
>
<div
id=
"page-content"
class=
"row"
>
<div
id=
"region-main-box"
class=
"col-12"
>
<section
id=
"region-main"
class=
"col-12"
>
<section
id=
"region-main"
class=
"col-12"
aria-label=
"
{{#
str
}}
content
{{/
str
}}
"
>
{{{
output
.
course_content_header
}}}
{{{
output
.
main_content
}}}
{{{
output
.
course_content_footer
}}}
...
...
This diff is collapsed.
Click to expand it.
templates/login.mustache.original
+
1
−
1
View file @
a05ba59b
...
...
@@ -40,7 +40,7 @@
<div id="page" class="container-fluid mt-0">
<div id="page-content" class="row">
<div id="region-main-box" class="col-12">
<section id="region-main" class="col-12">
<section id="region-main" class="col-12"
aria-label="{{#str}}content{{/str}}"
>
{{{ output.course_content_header }}}
{{{ output.main_content }}}
{{{ output.course_content_footer }}}
...
...
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