">
<%= format_date(entry.spent_on) %> |
<%=h entry.user %> |
<%=h entry.activity %> |
<%=h entry.project %> |
<% if entry.issue -%>
<%= link_to_issue entry.issue %>: <%= h(truncate(entry.issue.subject, 50)) -%>
<% end -%>
|
<%= html_hours("%.2f" % entry.hours) %> |
<%= link_to_if_authorized(l(:button_edit),
{:controller => 'timelog', :action => 'edit', :id => entry},
:class => 'icon icon-edit') if entry.editable_by?(User.current) %> |
<% end -%>