creation.rhtml 238 Bytes
<h1><%= __('Enterprise registration completed') %></h1>

<p>
<%= __("Your enterprise (%s) was successfully registered.") % @enterprise.name %>
</p>

<p>
<%= link_to __('You can manage your enterprise now.'), @enterprise.admin_url %>
</p>