Skip to content

Commit

Permalink
Move Confused Alligator image into app/assets/images
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Aug 14, 2014
1 parent 4263325 commit db0ed72
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion public/404.html
Expand Up @@ -14,7 +14,7 @@
<div class="dialog">
<h1>Oops! This page doesn't exist.</h1>
<div id="alligator">
<img src="confused-alligator-sm.png" />
<img src="/assets/confused-alligator-sm.png" />
</div>
<p class="guide">Please help Confused Alligator by checking the URL and trying again.</p>
<script>
Expand Down
2 changes: 1 addition & 1 deletion public/422.html
Expand Up @@ -14,7 +14,7 @@
<div class="dialog">
<h1>Oh no! Change rejected!</h1>
<div id="alligator">
<img src="confused-alligator-sm.png" />
<img src="/assets/confused-alligator-sm.png" />
</div>
<p class="guide">What did you submit to make Confused Alligator so confused?!?</p>
<script>
Expand Down
2 changes: 1 addition & 1 deletion public/500.html
Expand Up @@ -14,7 +14,7 @@
<div class="dialog">
<h1>Egads! Server error!</h1>
<div id="alligator">
<img src="confused-alligator-sm.png" />
<img src="/assets/confused-alligator-sm.png" />
</div>
<p class="guide">Confused Alligator will look into the problem and try to clear up the confusion soon.</p>
<script>
Expand Down
File renamed without changes

0 comments on commit db0ed72

Please sign in to comment.