<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
     &lt;td align=&quot;center&quot;&gt;&lt;%= format_date(time_entry.spent_on) %&gt;&lt;/td&gt;
     &lt;td align=&quot;center&quot;&gt;&lt;%= time_entry.user.name %&gt;&lt;/td&gt;
     &lt;td align=&quot;center&quot;&gt;&lt;%= time_entry.activity.name %&gt;&lt;/td&gt;
+    &lt;td align=&quot;center&quot;&gt;&lt;%= time_entry.project.name %&gt;&lt;/td&gt;
     &lt;td align=&quot;center&quot;&gt;
       &lt;% if time_entry.issue %&gt;
       &lt;div class=&quot;tooltip&quot;&gt;</diff>
      <filename>app/views/timesheet/_time_entry.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,7 @@
     &lt;th width=&quot;8%&quot;&gt;&lt;%= l(:label_date) %&gt;&lt;/th&gt;
     &lt;th width=&quot;10%&quot;&gt;&lt;%= l(:label_member) %&gt;&lt;/th&gt;
     &lt;th width=&quot;15%&quot;&gt;&lt;%= l(:label_activity) %&gt;&lt;/th&gt;
+    &lt;th width=&quot;15%&quot;&gt;&lt;%= l(:label_project) %&gt;&lt;/th&gt;
     &lt;th width=&quot;10%&quot;&gt;&lt;%= l(:label_issue) %&gt;&lt;/th&gt;
     &lt;th width=&quot;25%&quot;&gt;&lt;%= l(:field_comments) %&gt;&lt;/th&gt;
     &lt;th width=&quot;10%&quot;&gt;&lt;%= l(:field_hours) %&gt;</diff>
      <filename>app/views/timesheet/_timesheet_group.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -20,8 +20,9 @@
 &lt;% when :issue %&gt;
    &lt;h3&gt;&lt;%= h entryname -%&gt; (&lt;%= h number_with_precision(@total[entryname], @precision) %&gt; &lt;%= h(l(:field_hours)) -%&gt;)&lt;/h3&gt;
    &lt;%= render :partial =&gt; 'by_issue', :locals =&gt; {:entry =&gt; entry, :name =&gt; entryname, :total =&gt; 0 } %&gt;
-&lt;% else # Default to :project %&gt;
-   &lt;%= '&lt;h3&gt;' + h(entryname) -%&gt; (&lt;%= h number_with_precision(@total[entryname], @precision) %&gt; &lt;%= h(l(:field_hours)) -%&gt;) &lt;%= showing_users(entry[:users]) + '&lt;/h3&gt;'%&gt;
+&lt;% else %&gt;
+&lt;%# Default to :project %&gt;
+   &lt;h3&gt;&lt;%= h entryname -%&gt; (&lt;%= h number_with_precision(@total[entryname], @precision) %&gt; &lt;%= h(l(:field_hours)) -%&gt;) &lt;%= showing_users(entry[:users]) %&gt;&lt;/h3&gt; 
    &lt;%= render :partial =&gt; 'timesheet_group', :locals =&gt; {:entry =&gt; entry, :name =&gt; entryname, :total =&gt; @total[entryname] } %&gt;
 
 &lt;% end
@@ -35,12 +36,12 @@ end # form_tag
 &lt;% end %&gt;
 
 &lt;% content_for(:header_tags) do %&gt;
-  &lt;%= javascript_include_tag 'context_menu' %&gt;
-  &lt;%= stylesheet_link_tag 'context_menu' %&gt;
+&lt;%= javascript_include_tag 'context_menu' %&gt;
+&lt;%= stylesheet_link_tag 'context_menu' %&gt;
   &lt;%= stylesheet_link_tag &quot;timesheet&quot;, :plugin =&gt; &quot;timesheet_plugin&quot;, :media =&gt; 'all' %&gt;
-  &lt;%# TODO: Typo on hook %&gt;
-  &lt;%= call_hook(:plugin_timesheet_view_timesheets_report_header_tags, { :timesheet =&gt; @timesheet }) %&gt;
-  &lt;%= call_hook(:plugin_timesheet_views_timesheets_report_header_tags, { :timesheet =&gt; @timesheet }) %&gt;
+&lt;%# TODO: Typo on hook %&gt;
+&lt;%= call_hook(:plugin_timesheet_view_timesheets_report_header_tags, { :timesheet =&gt; @timesheet }) %&gt;
+&lt;%= call_hook(:plugin_timesheet_views_timesheets_report_header_tags, { :timesheet =&gt; @timesheet }) %&gt;
 &lt;% end %&gt;
 
 &lt;div id=&quot;context-menu&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;</diff>
      <filename>app/views/timesheet/report.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5635e2f51f991391f24a8630c11f91167726de9</id>
    </parent>
    <parent>
      <id>4966c0ed886e0192c1fa76fdb8b0a65e7422090e</id>
    </parent>
  </parents>
  <author>
    <name>Michele Franzin</name>
    <email>michele.franzin@gmail.com</email>
  </author>
  <url>http://github.com/michelefranzin/redmine-timesheet-plugin/commit/6dd0e533559a0258f2aecec759c72845600f9f4b</url>
  <id>6dd0e533559a0258f2aecec759c72845600f9f4b</id>
  <committed-date>2009-09-06T02:25:08-07:00</committed-date>
  <authored-date>2009-09-06T02:25:08-07:00</authored-date>
  <message>merged edavis10 / redmine-timesheet-plugin @  4966c0ed886e0192c1fa76fdb8b0a65e7422090e</message>
  <tree>b6f102e8b4c32fb40c7f80d7a9846f08afd35df8</tree>
  <committer>
    <name>Michele Franzin</name>
    <email>michele.franzin@gmail.com</email>
  </committer>
</commit>
