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
a076c182
Commit
a076c182
authored
7 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Replaced the settings_link_page.mustache.original with the updated core version.
parent
cec69f8b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
templates/settings_link_page.mustache.original
+7
-7
7 additions, 7 deletions
templates/settings_link_page.mustache.original
with
8 additions
and
7 deletions
CHANGES.md
+
1
−
0
View file @
a076c182
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### Unreleased
*
2017-12-05 - Replaced the settings_link_page.mustache.original with the updated core version.
*
2017-12-05 - Synchronized loginform.mustache with core changes.
*
2017-12-05 - Synchronized loginform.mustache with core changes.
*
2017-12-05 - Synchronized overwritten core_renderer function favicon() with core changes.
*
2017-12-05 - Synchronized overwritten core_renderer function favicon() with core changes.
*
2017-12-05 - Improved design of in course settings slightly.
*
2017-12-05 - Improved design of in course settings slightly.
...
...
This diff is collapsed.
Click to expand it.
templates/settings_link_page.mustache.original
+
7
−
7
View file @
a076c182
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<div class="card-block">
<div class="card-block">
<div class="container">
<div class="container">
<div class="row">
<div class="row">
<div class="col-sm-
6
push-sm-
6
">
<div class="col-sm-
9
push-sm-
3
">
<ul class="list-unstyled">
<ul class="list-unstyled">
{{#node.children}}
{{#node.children}}
{{^children.count}}
{{^children.count}}
...
@@ -81,11 +81,11 @@
...
@@ -81,11 +81,11 @@
{{#is_short_branch}}
{{#is_short_branch}}
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-
6
">
<div class="col-sm-
3
">
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
</div>
</div>
<div class="col-sm-
6
">
<div class="col-sm-
9
">
<ul class="list-unstyled">
<ul class="list-unstyled">
{{#children}}
{{#children}}
{{> core/settings_link_page_single }}
{{> core/settings_link_page_single }}
...
@@ -108,11 +108,11 @@
...
@@ -108,11 +108,11 @@
<div class="card-block">
<div class="card-block">
<div class="container">
<div class="container">
<div class="row">
<div class="row">
<div class="col-sm-
6
">
<div class="col-sm-
3
">
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
</div>
</div>
<div class="col-sm-
6
">
<div class="col-sm-
9
">
<ul class="list-unstyled">
<ul class="list-unstyled">
{{#children}}
{{#children}}
{{#display}}
{{#display}}
...
@@ -129,11 +129,11 @@
...
@@ -129,11 +129,11 @@
{{#children.count}}
{{#children.count}}
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-
6
">
<div class="col-sm-
3
">
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
{{^action}}<h4>{{text}}<h4>{{/action}}
</div>
</div>
<div class="col-sm-
6
">
<div class="col-sm-
9
">
<ul class="list-unstyled">
<ul class="list-unstyled">
{{#children}}
{{#children}}
{{> core/settings_link_page_single }}
{{> core/settings_link_page_single }}
...
...
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