Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created July 18, 2011 14:46
Show Gist options
  • Save johnmcaliley/1089725 to your computer and use it in GitHub Desktop.
Save johnmcaliley/1089725 to your computer and use it in GitHub Desktop.
formtastic helper output
<li class="string input required stringish" id="widget_attr_input">
<label class=" label" for="widget_attr">
My Label<abbr title="required">*</abbr>
</label>
<input id="widget_attr" name="widget[attr]" required="required" type="text">
<!-- I WANT TO ADD SOME HTML HERE -->
<p class="inline-hints">
My Hint
</p>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment