ref: master
app/views/memberships/welcome.html.erb
<%= _('Community created') %>
<%= _("Your community (%s) was successfully created.") % @community.name %>
<%= link_to _('You can manage your community now.'), @community.admin_url %>
<%= render :partial => 'shared/template_welcome_page', :locals => {:template => @community.template, :header => _("What can I do with a %s?")} %> <%= button_bar do %> <%= button :back, _('Back'), @back_to %> <% end %>