Improves registrations success page

This commit is contained in:
Alberto Garcia Cabeza
2016-03-14 18:27:11 +01:00
parent f6571662a2
commit 68a70238e7
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>