diff --git a/app/views/organizations/registrations/success.html.erb b/app/views/organizations/registrations/success.html.erb index a28c7f59e..550f06342 100644 --- a/app/views/organizations/registrations/success.html.erb +++ b/app/views/organizations/registrations/success.html.erb @@ -5,5 +5,5 @@

<%= t("devise_views.organizations.registrations.success.instructions_3_html") %>

<%= 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" %>

diff --git a/app/views/users/registrations/success.html.erb b/app/views/users/registrations/success.html.erb index 98720a2ce..900e29557 100644 --- a/app/views/users/registrations/success.html.erb +++ b/app/views/users/registrations/success.html.erb @@ -4,5 +4,5 @@

<%= t("devise_views.users.registrations.success.instructions_2_html") %>

<%= 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" %>