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:
parent
722abe1722
commit
ac65bff337
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue