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:
parent
1ebd987aeb
commit
66d6cab987
1 changed files with 1 additions and 1 deletions
|
@ -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!')
|
||||||
|
|
Loading…
Reference in a new issue