1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/assets/images/getting_started
utilum 3eeb063afd Fix and update template_missing image in guide
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]
2019-02-04 14:12:21 +01:00
..
article_with_comments.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
challenge.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
confirm_dialog.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
forbidden_attributes_for_new_article.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
form_with_errors.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
index_action_with_edit_link.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
new_article.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
rails_welcome.png Update 'rails_welcome.png' to reflect a more diverse population (#32735) 2018-04-26 14:30:35 -07:00
routing_error_no_controller.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
show_action_for_articles.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
template_is_missing_articles_new.png Fix and update template_missing image in guide 2019-02-04 14:12:21 +01:00
unknown_action_create_for_articles.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00
unknown_action_new_for_articles.png Shrink image files in the guides using ImageOptim 2017-06-21 01:39:36 +09:00