summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/edit.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timelog/edit.rhtml')
-rw-r--r--app/views/timelog/edit.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/timelog/edit.rhtml b/app/views/timelog/edit.rhtml
index e221038a0..f9dae8a99 100644
--- a/app/views/timelog/edit.rhtml
+++ b/app/views/timelog/edit.rhtml
@@ -2,6 +2,7 @@
<% labelled_tabular_form_for :time_entry, @time_entry, :url => {:action => 'edit', :project_id => @time_entry.project} do |f| %>
<%= error_messages_for 'time_entry' %>
+<%= back_url_hidden_field_tag %>
<div class="box">
<p><%= f.text_field :issue_id, :size => 6 %> <em><%= h("#{@time_entry.issue.tracker.name} ##{@time_entry.issue.id}: #{@time_entry.issue.subject}") if @time_entry.issue %></em></p>