fix: add colon between key and value
This commit is contained in:
parent
6e04e0d6cb
commit
218431372a
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ frappe.ui.form.on('Help Article', {
|
|||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<span class="indicator whitespace-nowrap green">
|
||||
<span>Helpful ${frm.doc.helpful || 0}</span>
|
||||
<span>Helpful: ${frm.doc.helpful || 0}</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<span class="indicator whitespace-nowrap red">
|
||||
<span>Not Helpful ${frm.doc.not_helpful || 0}</span>
|
||||
<span>Not Helpful: ${frm.doc.not_helpful || 0}</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue