Skip to content

Instantly share code, notes, and snippets.

View ellcs's full-sized avatar

ellcs

  • Hamburg, Germany
  • 22:21 (UTC -07:00)
View GitHub Profile
@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>