thetron / css3buttons_rails_helpers

Rails helpers to generate beautiful css3 buttons, based on the 'css3-github-buttons'
http://nicolasgallagher.com/lab/css3-github-buttons/
MIT License
311 stars 29 forks source link

Need option for inserting <button> tags #9

Closed thetron closed 13 years ago

thetron commented 13 years ago

Suggest adding a new series of methods suffixed with _button_tag (this method name is not used by Rails).

Refer to this pull request for ideas on handling the creation of the button tags.