new.html.erb
7 lines
| 285 B
| text/plain
|
TextLexer
|
r8508 | <h2><%= l(:label_spent_time) %></h2> | ||
|
r8571 | <% labelled_form_for @time_entry, :url => time_entries_path do |f| %> | ||
|
r8508 | <%= render :partial => 'form', :locals => {:f => f} %> | ||
|
r8567 | <%= submit_tag l(:button_create) %> | ||
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | ||||
|
r8508 | <% end %> | ||