Skip to content

Instantly share code, notes, and snippets.

@procload
Created January 29, 2013 21:42
Show Gist options
  • Save procload/4668177 to your computer and use it in GitHub Desktop.
Save procload/4668177 to your computer and use it in GitHub Desktop.
<div class="control-group string required disabled">
<label class="string required control-label" for="">
<abbr title="required">*</abbr>
Card Number
</label>
<div class="controls">
<input class="string required disabled" value="<%= current_payment_method.masked_number %>" disabled="disabled" id="" name="" size="50" type="text">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment