diff options
Diffstat (limited to 'app/views/issues/tabs/_time_entries.html.erb')
-rw-r--r-- | app/views/issues/tabs/_time_entries.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/tabs/_time_entries.html.erb b/app/views/issues/tabs/_time_entries.html.erb index 931a8df39..c34edc074 100644 --- a/app/views/issues/tabs/_time_entries.html.erb +++ b/app/views/issues/tabs/_time_entries.html.erb @@ -1,4 +1,4 @@ -<% for time_entry in tab[:locals][:time_entries] %> +<% for time_entry in time_entries%> <div id="time-entry-<%= time_entry.id %>" class="time_entry journal"> <% if time_entry.editable_by?(User.current) -%> <div class="contextual"> |