AssignmentGroupWeights.handlebars 327 B

1234567891011121314
  1. <th scope="row">{{name}}</th>
  2. <td class="right-align">
  3. <div class="input-append">
  4. <input
  5. type="text"
  6. class="span1 group_weight_value"
  7. value="{{n group_weight}}"
  8. name="{{name}}_group_weight"
  9. {{#unless canChangeWeights}}readonly{{/unless}} />
  10. <span class="add-on">%</span>
  11. </div>
  12. </td>