cirandas.net

ref: master

app/views/templates/_create_template_form.html.erb


<% if @error %>
  

<%= _('The template could not be saved') %>

<%= _('There were problems with the following fields:') %>

  • <%= @error %>
<% end %> <%= form_tag do %> <%= labelled_text_field(_('Name')+': ', :name)%> <%= button_bar do %> <%= submit_button('save', _('Save'))%> <%= button('cancel', _('Cancel'), {:action => 'index'})%> <% end %> <% end %>