Noosfero/noosfero

View on GitHub
app/views/templates/create_community_template.html.erb

Summary

Maintainability
Test Coverage
<% title = case @kind
  when 'person'

  when 'community'

  when 'enterprise'
    _('Create enterprise template')
end %>

<h1><%= _('Create community template') %></h1>

<%= render :partial => 'create_template_form' %>