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

12345678
  1. <h2><%= l(:label_spent_time) %></h2>
  2. <%= labelled_form_for @time_entry, :url => time_entries_path, :html => {:multipart => true} do |f| %>
  3. <%= render :partial => 'form', :locals => {:f => f} %>
  4. <%= submit_tag l(:button_create) %>
  5. <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
  6. <%= cancel_button_tag_for_time_entry(@project) %>
  7. <% end %>