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
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
..
4_0_release_notes
association_basics
getting_started Fix and update template_missing image in guide 2019-02-04 14:12:21 +01:00
i18n
security
book_icon.gif
bullet.gif
chapters_icon.gif
check_bullet.gif
edge_badge.png
favicon.ico
feature_tile.gif
footer_tile.gif
grey_bullet.gif
header_tile.gif
nav_arrow.gif
rails_guides_kindle_cover.jpg
rails_guides_logo.gif
rails_guides_logo_1x.png Replace outdated Rails Guides logo 2018-10-19 19:27:04 -04:00
rails_guides_logo_2x.png Replace outdated Rails Guides logo 2018-10-19 19:27:04 -04:00
tab_grey.gif
tab_info.gif
tab_note.gif
tab_red.gif
tab_yellow.gif