Closed vala closed 9 years ago
We have to add a div .form-group
on top of the %legend
if we whant a nice look with dashed border but it w'll be remove with the new design
= para_form_for(resource) do |form|
= form.fieldset do
.form-group
%legend Details
= form.input :title
We should be able to simply use standard fieldsets to group fields in our forms, the following way :