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

correct example of button_tag [ci skip]

wrapper div has been removed in cbb917455f
This commit is contained in:
yuuji.yaginuma 2015-08-02 19:11:23 +09:00
parent 722abe1722
commit ac65bff337

View file

@ -258,7 +258,7 @@ this generates
```html
<form action="/articles/1" class="button_to" data-remote="true" method="post">
<div><input type="submit" value="An article"></div>
<input type="submit" value="An article" />
</form>
```