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
8b39b8df
Commit
8b39b8df
authored
7 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Removed backport of MDL-59425 because this code is integrated into core.
parent
2e6bd441
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/flat_navigation.mustache
+0
-1
0 additions, 1 deletion
templates/flat_navigation.mustache
templates/flat_navigation.mustache.original
+2
-2
2 additions, 2 deletions
templates/flat_navigation.mustache.original
with
3 additions
and
3 deletions
CHANGES.md
+
1
−
0
View file @
8b39b8df
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2018-02-08 - Removed backport of MDL-59425 because this code is integrated into core.
*
2018-02-08 - Added newly introduced Boost core setting to upload a background image.
*
2018-02-08 - Removed design improvements for calendar block popups as this is fixed in core.
*
2018-02-08 - Setting to be able to hide the link to reset the user tour in the footer.
...
...
This diff is collapsed.
Click to expand it.
templates/flat_navigation.mustache
+
0
−
1
View file @
8b39b8df
...
...
@@ -57,7 +57,6 @@
}}
{{
!
MODIFICATION
:
*
Add
additional
spans
to
menu
items
to
harmonize
the
menu
items
'
HTML
code.
*
Expose
navigation
node
properties
in
the
boost
flat
navigation
(
Backport
of
MDL-59425
)
.
}}
<nav
class=
"list-group"
>
...
...
This diff is collapsed.
Click to expand it.
templates/flat_navigation.mustache.original
+
2
−
2
View file @
8b39b8df
...
...
@@ -62,7 +62,7 @@
<nav class="list-group m-t-1">
{{/showdivider}}
{{#action}}
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}">
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}"
data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}
>
<div class="m-l-{{get_indent}}">
{{#is_section}}
<div class="media">
...
...
@@ -79,7 +79,7 @@
</a>
{{/action}}
{{^action}}
<div class="list-group-item" data-key="{{key}}">
<div class="list-group-item" data-key="{{key}}"
data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}
>
<div class="m-l-{{get_indent}}">
{{#is_section}}
{{#pix}}i/folder{{/pix}}
...
...
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