ref: master
app/views/profile_themes/new.html.erb
<%= _('Create new theme') %>
<%= form_tag(:action => 'new') do %> <%= labelled_form_field(_('Name of the new theme:'), text_field_tag(:name)) %> <%= button_bar do %> <%= submit_button(:save, _('Create')) %> <% end %> <% end %>