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

Fix PullRequest link to datetime_field changes on Rails 5.1 Release Notes

This commit is contained in:
tzmfreedom 2018-10-23 18:34:37 +09:00
parent 6fad207001
commit d77823146a

View file

@ -399,7 +399,7 @@ Please refer to the [Changelog][action-view] for detailed changes.
* Change `datetime_field` and `datetime_field_tag` to generate `datetime-local`
fields.
([Pull Request](https://github.com/rails/rails/pull/28061))
([Pull Request](https://github.com/rails/rails/pull/25469))
* New Builder-style syntax for HTML tags (`tag.div`, `tag.br`, etc.)
([Pull Request](https://github.com/rails/rails/pull/25543))