Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
7b0a4144
Commit
7b0a4144
authored
Mar 01, 2017
by
Andrew Nicols
Browse files
Merge branch 'MDL-58072_master_tabtree_mustache' of
https://github.com/mchurchward/moodle
parents
b0253c33
85d9ed8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/templates/core/tabtree.mustache
View file @
7b0a4144
...
...
@@ -35,7 +35,7 @@
<ul
class=
"nav nav-tabs m-b-1"
>
{{#
tabs
}}
<li
class=
"nav-item"
>
<a
class=
"nav-link
{{#
active
}}
active
{{/
active
}}
{{#
inactive
}}
disabled
{{/
inactive
}}
"
{{#
link
}}
href=
"
{{{
link
}}}
"
{{/
link
}}
title=
{{
title
}}
>
{{{
text
}}}
</a>
<a
class=
"nav-link
{{#
active
}}
active
{{/
active
}}{{#
inactive
}}
disabled
{{/
inactive
}}
"
{{#
link
}}
href=
"
{{{
link
}}}
"
{{/
link
}}
title=
"
{{
title
}}
"
>
{{{
text
}}}
</a>
</li>
{{/
tabs
}}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment