summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timelog/new.html.erb')
-rw-r--r--app/views/timelog/new.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/timelog/new.html.erb b/app/views/timelog/new.html.erb
index 95253e82f..84bf7dae1 100644
--- a/app/views/timelog/new.html.erb
+++ b/app/views/timelog/new.html.erb
@@ -1,7 +1,6 @@
<h2><%= l(:label_spent_time) %></h2>
<%= labelled_form_for @time_entry, :url => time_entries_path do |f| %>
- <%= hidden_field_tag 'project_id', params[:project_id] if params[:project_id] %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>