rails--rails/guides/assets
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
..
images Fix and update template_missing image in guide 2019-02-04 14:12:21 +01:00
javascripts Use Turbolinks in Rails guides 2018-04-23 20:07:05 +09:00
stylesheets allow right to left styling of docs (#3) 2018-11-19 18:59:52 +02:00