Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/registrations/_registrations_closed.haml')
-rw-r--r--app/views/registrations/_registrations_closed.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/registrations/_registrations_closed.haml b/app/views/registrations/_registrations_closed.haml
new file mode 100644
index 000000000..c1b9b3a8f
--- /dev/null
+++ b/app/views/registrations/_registrations_closed.haml
@@ -0,0 +1,11 @@
+%h2
+ = t("devise.shared.links.sign_up_closed")
+
+!= t("registrations.closed.closed_pod",
+ wiki: link_to(t("registrations.closed.another_pod"), "https://diasporafoundation.org/getting_started/sign_up"))
+
+!= t("registrations.closed.find_pods",
+ poduptime: link_to("Poduptime", "https://podupti.me/"))
+
+!= t("registrations.closed.other_questions",
+ wiki: link_to("Wiki", "https://wiki.diasporafoundation.org/Choosing_a_pod"))