You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.rhtml 328B

12345678
  1. <h2><%=l(:label_custom_field_new)%> (<%=l(@custom_field.type_name)%>)</h2>
  2. <%= start_form_tag({:action => 'new'}, :class => "tabular") %>
  3. <%= render :partial => 'form', :locals => { :type => @custom_field.type } %>
  4. <%= hidden_field_tag 'type', @custom_field.type %>
  5. <%= submit_tag l(:button_save) %>
  6. <%= end_form_tag %>