Noosfero/noosfero

View on GitHub
app/views/memberships/welcome.html.erb

Summary

Maintainability
Test Coverage
<h1><%= _('Community created') %></h1>
<p><%= _("Your community (%s) was successfully created.") % @community.name %></p>

<%= 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 %>
  <%= button(:users, _('You can manage your community now.'), @community.admin_url) %>
<% end %>