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
a1262ef7
Commit
a1262ef7
authored
4 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted navbar.mustache template due to upstream changes in theme Boost.
parent
ce960892
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/navbar.mustache
+1
-1
1 addition, 1 deletion
templates/navbar.mustache
templates/navbar.mustache.original
+1
-1
1 addition, 1 deletion
templates/navbar.mustache.original
with
3 additions
and
2 deletions
CHANGES.md
+
1
−
0
View file @
a1262ef7
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### Unreleased
*
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-03 - Fixed Behat issues after upgrading to 3.9.
*
2020-09-02 - Deleted own additional edit button for courses because upstream Boost reimplemented it.
*
2020-09-02 - Deleted own additional edit button for courses because upstream Boost reimplemented it.
Many thanks to @christianwolters for providing this fix.
Many thanks to @christianwolters for providing this fix.
...
...
This diff is collapsed.
Click to expand it.
templates/navbar.mustache
+
1
−
1
View file @
a1262ef7
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<button
aria-expanded=
"
{{#
navdraweropen
}}
true
{{/
navdraweropen
}}{{^
navdraweropen
}}
false
{{/
navdraweropen
}}
"
aria-controls=
"nav-drawer"
type=
"button"
class=
"btn nav-link float-sm-left mr-1 btn-light bg-gray"
data-action=
"toggle-drawer"
data-side=
"left"
data-preference=
"drawer-open-nav"
>
{{#
pix
}}
i/menubars
{{/
pix
}}
<span
class=
"sr-only"
>
{{#
str
}}
sidepanel, core
{{/
str
}}
</span></button>
<button
aria-expanded=
"
{{#
navdraweropen
}}
true
{{/
navdraweropen
}}{{^
navdraweropen
}}
false
{{/
navdraweropen
}}
"
aria-controls=
"nav-drawer"
type=
"button"
class=
"btn nav-link float-sm-left mr-1 btn-light bg-gray"
data-action=
"toggle-drawer"
data-side=
"left"
data-preference=
"drawer-open-nav"
>
{{#
pix
}}
i/menubars
{{/
pix
}}
<span
class=
"sr-only"
>
{{#
str
}}
sidepanel, core
{{/
str
}}
</span></button>
</div>
</div>
<a
href=
"
{{{
config
.
wwwroot
}}}
"
class=
"navbar-brand
{{#
output
.
should_display_navbar_logo
}}
has-logo
{{/
output
.
should_display_navbar_logo
}}
<a
href=
"
{{{
config
.
wwwroot
}}}
"
class=
"navbar-brand
aabtn
{{#
output
.
should_display_navbar_logo
}}
has-logo
{{/
output
.
should_display_navbar_logo
}}
{{^
output
.
should_display_navbar_logo
}}
{{^
output
.
should_display_navbar_logo
}}
d-none d-sm-inline
d-none d-sm-inline
{{/
output
.
should_display_navbar_logo
}}
{{/
output
.
should_display_navbar_logo
}}
...
...
This diff is collapsed.
Click to expand it.
templates/navbar.mustache.original
+
1
−
1
View file @
a1262ef7
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<button aria-expanded="{{#navdraweropen}}true{{/navdraweropen}}{{^navdraweropen}}false{{/navdraweropen}}" aria-controls="nav-drawer" type="button" class="btn nav-link float-sm-left mr-1 btn-light bg-gray" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav">{{#pix}}i/menubars{{/pix}}<span class="sr-only">{{#str}}sidepanel, core{{/str}}</span></button>
<button aria-expanded="{{#navdraweropen}}true{{/navdraweropen}}{{^navdraweropen}}false{{/navdraweropen}}" aria-controls="nav-drawer" type="button" class="btn nav-link float-sm-left mr-1 btn-light bg-gray" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav">{{#pix}}i/menubars{{/pix}}<span class="sr-only">{{#str}}sidepanel, core{{/str}}</span></button>
</div>
</div>
<a href="{{{ config.wwwroot }}}" class="navbar-brand {{# output.should_display_navbar_logo }}has-logo{{/ output.should_display_navbar_logo }}
<a href="{{{ config.wwwroot }}}" class="navbar-brand
aabtn
{{# output.should_display_navbar_logo }}has-logo{{/ output.should_display_navbar_logo }}
{{^ output.should_display_navbar_logo }}
{{^ output.should_display_navbar_logo }}
d-none d-sm-inline
d-none d-sm-inline
{{/ output.should_display_navbar_logo }}
{{/ output.should_display_navbar_logo }}
...
...
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