This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rails-plugins / form_helper_fieldset
form_helper_fieldset/README
FormHelperFieldset ================== Block method for creating the fieldset tag with or without a legend. Example ======= <% fieldset do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %> or <% fieldset "Foo Options" do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %> Copyright (c) 2008 Zach Inglis, released under the MIT license








