Skip to content

Instantly share code, notes, and snippets.

@ellcs
ellcs / formtastic_static_field.html.erb
Last active August 24, 2017 08:43
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>