Improves registrations success page
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
<p><%= t("devise_views.organizations.registrations.success.instructions_3_html") %></p>
|
||||
<p>
|
||||
<%= link_to t("devise_views.organizations.registrations.success.back_to_index"),
|
||||
root_path, class: "button small margin-top expanded" %>
|
||||
root_path, class: "button margin-top expanded" %>
|
||||
</p>
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
<p><%= t("devise_views.users.registrations.success.instructions_2_html") %></p>
|
||||
<p>
|
||||
<%= link_to t("devise_views.users.registrations.success.back_to_index"),
|
||||
root_path, class: "button small margin-top expanded" %>
|
||||
root_path, class: "button margin-top expanded" %>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user