mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3eeb063afd
This commit updates the Missing Template image in the Getting Started Guide. The new image displays the current error message. Additionally: - New image is a PNG file, whereas the current image is in fact a misnamed JPEG. - New image is smaller. Before: ``` $ file --mime -b template_is_missing_articles_new.png image/jpeg; charset=binary $ du -h template_is_missing_articles_new.png 464K template_is_missing_articles_new.png ``` After: ``` $ file --mime -b template_is_missing_articles_new.png image/png; charset=binary $ du -h template_is_missing_articles_new.png 28K template_is_missing_articles_new.png ``` [ci-skip] |
||
---|---|---|
.. | ||
article_with_comments.png | ||
challenge.png | ||
confirm_dialog.png | ||
forbidden_attributes_for_new_article.png | ||
form_with_errors.png | ||
index_action_with_edit_link.png | ||
new_article.png | ||
rails_welcome.png | ||
routing_error_no_controller.png | ||
show_action_for_articles.png | ||
template_is_missing_articles_new.png | ||
unknown_action_create_for_articles.png | ||
unknown_action_new_for_articles.png |