<%= 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 %> |
<% end %>