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
e40d5048
Unverified
Commit
e40d5048
authored
Mar 02, 2017
by
Cameron Ball
Browse files
MDL-57321 theme_boost: Remove extra quotation mark
parent
1b70f778
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/templates/core/action_menu_trigger.mustache
View file @
e40d5048
...
...
@@ -20,7 +20,7 @@
<div
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
id=
"action-menu-toggle-
{{
instance
}}
"
title=
"
{{
title
}}
"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{{
actiontext
}}}{{{
menutrigger
}}}{{#
icon
}}{{>
core
/
pix_icon
}}{{/
icon
}}{{#
rawicon
}}{{{
.
}}}{{/
rawicon
}}{{#
menutrigger
}}
<b
class=
"caret"
></b>
{{/
menutrigger
}}
</a>
{{#
secondary
}}
<div
class=
"dropdown-menu dropdown-menu-right
{{
classes
}}
"
{{#
attributes
}}
{{
name
}}
="
{{
value
}}
"
{{/
attributes
}}
"
>
<div
class=
"dropdown-menu dropdown-menu-right
{{
classes
}}
"
{{#
attributes
}}
{{
name
}}
="
{{
value
}}
"
{{/
attributes
}}
>
{{#
items
}}{{
!
}}{{#
actionmenulink
}}
<a
href=
"
{{
url
}}
"
class=
"dropdown-item
{{
classes
}}
"
{{#
attributes
}}
{{
name
}}
=
{{#
quote
}}{{
value
}}{{/
quote
}}{{/
attributes
}}
{{#
showtext
}}
aria-labelledby=
"actionmenuaction-
{{
instance
}}
"
{{/
showtext
}}
>
{{#
icon
}}{{>
core
/
pix_icon
}}{{/
icon
}}{{#
showtext
}}
<span
class=
"menu-action-text"
id=
"actionmenuaction-
{{
instance
}}
"
>
{{{
text
}}}
</span>
{{/
showtext
}}
</a>
{{/
actionmenulink
}}{{
!
}}{{#
actionmenufiller
}}
<div
class=
"dropdown-divider"
></div>
{{/
actionmenufiller
}}{{
!
...
...
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