summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/new.html.erb
blob: 593eb2bc8d2f813ee32a77abeba267765d6b4986 (plain)
1
2
3
4
5
6
7
<h2><%= l(:label_spent_time) %></h2>

<%= labelled_form_for @time_entry, :url => time_entries_path, :html => {:multipart => true} do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_create) %>
  <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
<% end %>