Skip to content

Commit

Permalink
Changed actions class to form-actions for bootstrap 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Feb 1, 2012
1 parent b581853 commit c18598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter_bootstrap_form_for/form_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def toggles(label = nil, &block)
# Wraps action buttons into their own styled container.
#
def actions(&block)
template.content_tag(:div, :class => 'actions', &block)
template.content_tag(:div, :class => 'form-actions', &block)
end

#
Expand Down

0 comments on commit c18598e

Please sign in to comment.