create_person_template.html.erb 251 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <% 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' %>