Files
rails/actionpack/test/template
Will Farrington 3f65e7f7be Add button_tag support to ActionView::Helpers::FormBuilder.
This support is near-identical to the existing submit_tag support.

Example:

    <%= form_for @post do |f| %>
      <%= f.button %>
    <% end %>
2011-12-11 08:56:26 -05:00
..
2011-10-24 14:11:20 +05:30
2010-05-02 22:45:54 +02:00