module UsefulHelpers::Helpers::ButtonsHelper

Public Instance Methods

buttons(&block) click to toggle source
# File lib/useful_helpers/helpers/buttons_helper.rb, line 5
def buttons(&block)
  content_for :buttons do
    content_tag :div, :class => "buttons", &block
  end
end