create_community_template.html.erb 220 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' when 'enterprise' _('Create enterprise template') end %> <h1><%= _('Create community template') %></h1> <%= render :partial => 'create_template_form' %>