merged mode: restore whitespace between termTags
This commit is contained in:
parent
f828043838
commit
ee80fa5331
@ -345,13 +345,13 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia
|
||||
},"36":function(container,depth0,helpers,partials,data) {
|
||||
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
||||
|
||||
return "<span class=\"label label-default tag-"
|
||||
return " <span class=\"label label-default tag-"
|
||||
+ alias4(((helper = (helper = helpers.category || (depth0 != null ? depth0.category : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"category","hash":{},"data":data}) : helper)))
|
||||
+ "\" title=\""
|
||||
+ alias4(((helper = (helper = helpers.notes || (depth0 != null ? depth0.notes : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"notes","hash":{},"data":data}) : helper)))
|
||||
+ "\">"
|
||||
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
|
||||
+ "</span>";
|
||||
+ "</span>\n";
|
||||
},"38":function(container,depth0,helpers,partials,data) {
|
||||
var stack1;
|
||||
|
||||
|
@ -52,9 +52,9 @@
|
||||
{{~/if~}}
|
||||
{{~#if termTags~}}
|
||||
<div class="tags">
|
||||
{{~#each termTags~}}
|
||||
{{~#each termTags}}
|
||||
<span class="label label-default tag-{{category}}" title="{{notes}}">{{name}}</span>
|
||||
{{~/each~}}
|
||||
{{/each~}}
|
||||
</div>
|
||||
{{~/if~}}
|
||||
{{~#if frequencies~}}
|
||||
|
Loading…
Reference in New Issue
Block a user