Skip to content

Instantly share code, notes, and snippets.

@ellcs
Last active August 24, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellcs/0b74b14487fadc3d7210325ce35eec8b to your computer and use it in GitHub Desktop.
Save ellcs/0b74b14487fadc3d7210325ce35eec8b to your computer and use it in GitHub Desktop.
static field in formtastic
<% # you might want to create a casual label with %>
<% # static content or content to display. %>
<% # to do, use this: %>
<li>
<legend class="label">
<label>
Static Label
</label>
</legend>
<div>
Static Content
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment