1
0
Fork 0
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:
shingo.nakanishi 2015-09-17 23:18:22 +09:00
parent 66d6cab987
commit 30eabcb921

View file

@ -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!')