Skip to content

Commit

Permalink
Changed value label
Browse files Browse the repository at this point in the history
  • Loading branch information
summerisgone committed Mar 6, 2013
1 parent 578ff54 commit 08c9803
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/templates/measuredunit-tmpl.js
Expand Up @@ -7,8 +7,10 @@ JST['measured-unit'] = '' +
'</select>' +
'<span class="help-inline"></span>'+
'<div>' +
'<span class="label" data-text="model.Value"></span>' +
'<span class="label" data-text="model.Unit"></span>' +
'<span class="label" data-show="model.Value">' +
'<span data-text="model.Value"></span> &nbsp;' +
'<span data-text="model.Unit"></span>' +
'</span>' +
'</div>' +
'</div>'+
'</div>';

0 comments on commit 08c9803

Please sign in to comment.