<% saved_objects.each do |time_entry| %> <% end %>
<%= t(:field_project) %> <%= t(:field_user) %> <%= t(:field_activity) %> <%= t(:field_issue) %> <%= t(:field_spent_on) %> <%= t(:field_hours) %> <%= t(:field_comments) %>
<%= link_to_project(time_entry.project, :jump => 'time_entries') if time_entry.project %> <%= link_to_user time_entry.user %> <%= time_entry.activity.name if time_entry.activity %> <%= link_to_issue time_entry.issue if time_entry.issue %> <%= format_date(time_entry.spent_on) %> <%= l_hours_short(time_entry.hours) %> <%= time_entry.comments %>