Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99777d9
)
MDL-69664 mod_lti: Apply correct badge class to tool card
author
Jun Pataleta
<jun@moodle.com>
Wed, 9 Sep 2020 15:34:04 +0000
(23:34 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Wed, 9 Sep 2020 15:34:04 +0000
(23:34 +0800)
mod/lti/templates/tool_card.mustache
patch
|
blob
|
blame
|
history
diff --git
a/mod/lti/templates/tool_card.mustache
b/mod/lti/templates/tool_card.mustache
index
8676816
..
1b63ab4
100644
(file)
--- a/
mod/lti/templates/tool_card.mustache
+++ b/
mod/lti/templates/tool_card.mustache
@@
-99,7
+99,7
@@
<div class="tool-card-content">
<div class="tool-card-header">
<div class="tool-card-subheader">
- <div class="
tag
+ <div class="
badge
{{#state.pending}}badge-info{{/state.pending}}
{{#state.configured}}badge-success{{/state.configured}}
{{#state.rejected}}badge-danger{{/state.rejected}}