mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
No need the a
This commit is contained in:
parent
66d6cab987
commit
30eabcb921
1 changed files with 2 additions and 2 deletions
|
@ -1880,8 +1880,8 @@ module ActionView
|
|||
# create: "Add %{model}"
|
||||
#
|
||||
# ==== Examples
|
||||
# button("Create a post")
|
||||
# # => <button name='button' type='submit'>Add post</button>
|
||||
# button("Create post")
|
||||
# # => <button name='button' type='submit'>Create post</button>
|
||||
#
|
||||
# button do
|
||||
# content_tag(:strong, 'Ask me!')
|
||||
|
|
Loading…
Reference in a new issue