<%= l(:label_comment) %> | <%= sort_header_tag('hours', :caption => l(:field_hours)) %><% @entries.each do |entry| %> | |||||
---|---|---|---|---|---|---|
<%= format_date(entry.spent_on) %> | <%= entry.user.name %> | <%= entry.activity.name %> |
<% if entry.issue %>
<%= link_to "#{entry.issue.tracker.name} ##{entry.issue.id}", {:action => 'details', :issue_id => entry.issue } %>
<%= render :partial => "issues/tooltip", :locals => { :issue => entry.issue }%>
<% end %>
|
<%=h entry.comment %> | <%= entry.hours %> | <%= link_to_if_authorized(l(:button_edit), {:controller => 'timelog', :action => 'edit', :id => entry}, :class => "icon icon-edit") if entry.user_id == @owner_id %> |