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.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/new.html.erb b/app/views/timelog/new.html.erb
index f37574397..84bf7dae1 100644
--- a/app/views/timelog/new.html.erb
+++ b/app/views/timelog/new.html.erb
@@ -1,6 +1,6 @@
<h2><%= l(:label_spent_time) %></h2>
-<% labelled_form_for @time_entry, :url => time_entries_path do |f| %>
+<%= labelled_form_for @time_entry, :url => time_entries_path do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>