Created
January 29, 2013 21:42
-
-
Save procload/4668177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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