Index: _list.rhtml =================================================================== --- _list.rhtml (revision 3352) +++ _list.rhtml (working copy) @@ -8,6 +8,7 @@ <%= sort_header_tag('issue', :caption => l(:label_issue), :default_order => 'desc') %> <%= l(:field_comments) %> <%= sort_header_tag('hours', :caption => l(:field_hours)) %> +<%= l(:field_status) %> @@ -25,6 +26,7 @@ <%=h entry.comments %> <%= html_hours("%.2f" % entry.hours) %> + <%= entry.issue.status.name %> <% if entry.editable_by?(User.current) -%> <%= link_to image_tag('edit.png'), {:controller => 'timelog', :action => 'edit', :id => entry, :project_id => nil},