Merge branch '500-message' into 'master'

500 Message
This commit is contained in:
Dmitriy Zaporozhets 2014-02-04 10:51:38 +00:00
commit 07157799c4
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@
<h1>500</h1> <h1>500</h1>
<h3>We're sorry, but something went wrong.</h3> <h3>We're sorry, but something went wrong.</h3>
<hr/> <hr/>
<p>We've been notified about this issue and we'll take a look at it shortly.</p> <p>Please contact your GitLab administrator if this problem persists.</p>
</body> </body>
</html> </html>

View file

@ -8,6 +8,6 @@
<h1>502</h1> <h1>502</h1>
<h3>GitLab is not responding.</h3> <h3>GitLab is not responding.</h3>
<hr/> <hr/>
<p>Please contact your administrator if this problem persists.</p> <p>Please contact your GitLab administrator if this problem persists.</p>
</body> </body>
</html> </html>