Noosfero/noosfero

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

Summary

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

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

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

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