1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed helpers submit button Examples [ci skip]

This commit is contained in:
shingo.nakanishi 2015-09-17 17:06:54 +09:00
parent 1ebd987aeb
commit 66d6cab987

View file

@ -1881,7 +1881,7 @@ module ActionView
# #
# ==== Examples # ==== Examples
# button("Create a post") # button("Create a post")
# # => <button name='button' type='submit'>Create post</button> # # => <button name='button' type='submit'>Add post</button>
# #
# button do # button do
# content_tag(:strong, 'Ask me!') # content_tag(:strong, 'Ask me!')