diff --git a/app/views/feedbacks/new.html.erb b/app/views/feedbacks/new.html.erb index d2dde42cdb5..aecfa301a66 100644 --- a/app/views/feedbacks/new.html.erb +++ b/app/views/feedbacks/new.html.erb @@ -21,7 +21,7 @@ <% else %>

<%= t(".heading.instructions") %>

-

<%= t(".status.current", twitter_link: link_to(t(".status.twitter"), "https://twitter.com/AO3_Status")).html_safe %>

+

<%= t(".status.current", twitter_link: link_to(t(".status.twitter"), "https://twitter.com/AO3_Status"), tumblr_link: link_to(t(".status.tumblr"), "https://ao3org.tumblr.com")).html_safe %>

<%= t(".abuse.reports", contact_link: link_to(t(".abuse.contact"), new_abuse_report_path)).html_safe %>

<%= t(".reportable.intro") %>

diff --git a/public/503.html b/public/503.html index 1a6112a70fd..d37bbaa37ef 100644 --- a/public/503.html +++ b/public/503.html @@ -102,7 +102,7 @@

Site Navigation

Error 503

The page was responding too slowly.

-

Follow @AO3_Status on Twitter for updates if this keeps happening.

+

Follow @AO3_Status on Twitter or ao3org on Tumblr for updates if this keeps happening.

diff --git a/public/507.html b/public/507.html index d4750e5a68f..4d6542e966f 100644 --- a/public/507.html +++ b/public/507.html @@ -102,7 +102,7 @@

Site Navigation

Error 507

Exceeded maximum posting rate.

To combat bots, we are currently banning IP addresses that post too many works in a short time period. If you see this page repeatedly please pause a while between posting works. If you are banned, you will be unable to access the Archive. Access will be restored 24 hours after the ban started.

-

Follow @AO3_Status on Twitter for updates.

+

Follow @AO3_Status on Twitter or ao3org on Tumblr for updates.

diff --git a/public/nomaintenance.html b/public/nomaintenance.html index 4a8dbf3b576..28d0d8ea51e 100644 --- a/public/nomaintenance.html +++ b/public/nomaintenance.html @@ -100,7 +100,7 @@

Site Navigation

Error 503 - Service unavailable

The Archive is down for maintenance.

-

If @AO3_Status says the site is up, but you still see this page, try clearing your browser cache and refreshing the page.

+

If @AO3_Status and ao3org say the site is up, but you still see this page, try clearing your browser cache and refreshing the page.

diff --git a/public/status/index.html b/public/status/index.html index 1958b3d5983..f2abe4e72a4 100644 --- a/public/status/index.html +++ b/public/status/index.html @@ -162,7 +162,7 @@

Development

$j("#tabs").tabs({ beforeLoad: function(event, ui){ ui.jqXHR.error(function(){ - ui.panel.html("We are having issues loading this page." + 'Follow @AO3_Status on Twitter for updates.'); + ui.panel.html("We are having issues loading this page." + 'Follow @AO3_Status on Twitter or ao3org on Tumblr for updates.'); }); } });