Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #128 from lloy0076/patch-1
Browse files Browse the repository at this point in the history
It's a ** 503 ** error - not a 500!
  • Loading branch information
tabacitu authored Apr 6, 2017
2 parents cf7f455 + 269401b commit d1d92fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/error_views/503.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<body>
<div class="container">
<div class="content">
<div class="title">500</div>
<div class="title">503</div>
<div class="quote">It's not you, it's me.</div>
<div class="explanation">
<br>
Expand All @@ -57,4 +57,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit d1d92fc

Please sign in to comment.