handlebar templates are now .hbs instead of .html

This commit is contained in:
kayone
2014-08-26 13:17:00 -07:00
parent 322ff2af8c
commit 5cfe2c0186
156 changed files with 3 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
<span class="col-sm-1 help-inline">
{{#if helpText}}
<i class="icon-nd-form-info" title="{{helpText}}"/>
{{/if}}
{{#if helpLink}}
<a href="{{helpLink}}" class="help-link"><i class="icon-info-sign"/></a>
{{/if}}
</span>