mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Reword error page; link to Twitter.
We use this error page for all 5xx errors, so I'm removing the error number from the text. (imported from commit c0c4c8829d466dd20c76dbbc920fc57cafbd6e6c)
This commit is contained in:
@@ -31,9 +31,13 @@
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<p class="lead">500: Internal server error.<p>
|
||||
<p class="lead">Internal server error.<p>
|
||||
|
||||
<p>Well oops. This one's probably our fault. Sorry about that!</p>
|
||||
<p>Well oops. This one's probably our fault. Sorry about that! Updates on service availability are posted to
|
||||
<a class="twitter-timeline" href="https://twitter.com/ZulipStatus"
|
||||
data-widget-id="443457763394334720"
|
||||
data-screen-name="ZulipStatus"
|
||||
>@ZulipStatus on Twitter</a>.</p>
|
||||
|
||||
<p>If you'd like, you can <a href="mailto:support@zulip.com?Subject=500%20error%20on%20%7Bwhich%20URL%3F%7D&Body=Hi%20there%21%0A%0AI%20was%20trying%20to%20do%20%7Bwhat%20were%20you%20trying%20to%20do%3F%7D%20at%20around%20%7Bwhen%20was%20this%3F%7D%20when%20I%20got%20a%20500%20error%20while%20accessing%20%7Bwhich%20URL%3F%7D.%0A%0AThanks!%0A%0ASincerely%2C%20%0A%0A%7BYour%20name%7D">drop us a line</a> to let us know what happened.</p>
|
||||
</div>
|
||||
|
@@ -12,7 +12,12 @@
|
||||
<br/>
|
||||
<p class="lead">500: Internal server error.</p>
|
||||
|
||||
<p>Well oops. This one's probably our fault. Sorry about that!</p>
|
||||
<p>Well oops. This one's probably our fault. Sorry about that! Updates on
|
||||
service availability are posted to
|
||||
<a class="twitter-timeline" href="https://twitter.com/ZulipStatus"
|
||||
data-widget-id="443457763394334720"
|
||||
data-screen-name="ZulipStatus"
|
||||
>@ZulipStatus on Twitter</a>.</p>
|
||||
|
||||
<p>If you'd like, you can <a href="mailto:{{ zulip_admin }}?Subject=500%20error%20on%20%7Bwhich%20URL%3F%7D&Body=Hi%20there%21%0A%0AI%20was%20trying%20to%20do%20%7Bwhat%20were%20you%20trying%20to%20do%3F%7D%20at%20around%20%7Bwhen%20was%20this%3F%7D%20when%20I%20got%20a%20500%20error%20while%20accessing%20%7Bwhich%20URL%3F%7D.%0A%0AThanks!%0A%0ASincerely%2C%20%0A%0A%7BYour%20name%7D">drop us a line</a> to let us know what happened.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user