diff options
author | utilum <oz@utilum.com> | 2019-02-04 13:59:06 +0100 |
---|---|---|
committer | utilum <oz@utilum.com> | 2019-02-04 14:12:21 +0100 |
commit | 3eeb063afdda5453aead154526533bf9c8403cf9 (patch) | |
tree | 7c2fbf9e4c4543134a7fd21c402aa3e439c02e92 /activejob | |
parent | 00f7dbab7590c6ffd188da186067eb269e11580f (diff) | |
download | rails-3eeb063afdda5453aead154526533bf9c8403cf9.tar.gz rails-3eeb063afdda5453aead154526533bf9c8403cf9.tar.bz2 rails-3eeb063afdda5453aead154526533bf9c8403cf9.zip |
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]
Diffstat (limited to 'activejob')
0 files changed, 0 insertions, 0 deletions