您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

edit.html.erb 219B

12345678
  1. <h2><%=l(:label_document)%></h2>
  2. <%= labelled_form_for @document, :html => {:multipart => true} do |f| %>
  3. <%= render :partial => 'form', :locals => {:f => f} %>
  4. <p><%= submit_tag l(:button_save) %></p>
  5. <% end %>