ref: master
app/views/templates/_create_template_form.html.erb
<% if @error %><% end %> <%= form_tag do %> <%= labelled_text_field(_('Name')+': ', :name)%> <%= button_bar do %> <%= submit_button('save', _('Save'))%> <%= button('cancel', _('Cancel'), {:action => 'index'})%> <% end %> <% end %><%= _('The template could not be saved') %>
<%= _('There were problems with the following fields:') %>
- <%= @error %>