<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,7 +43,7 @@ class ProjectsController &lt; ApplicationController
     init_data_for_sidebar unless mobile?
     @projects = current_user.projects
     @page_title = &quot;TRACKS::Project: #{@project.name}&quot;
-    @project.todos.send :with_scope, :find =&gt; { :include =&gt; [:context, :tags] } do
+    @project.todos.send :with_scope, :find =&gt; { :include =&gt; [:context] } do
       @not_done = @project.not_done_todos(:include_project_hidden_todos =&gt; true)
       @deferred = @project.deferred_todos.sort_by { |todo| todo.show_from }
       @done = @project.done_todos</diff>
      <filename>app/controllers/projects_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;% @not_done = project.not_done_todos -%&gt;
+&lt;% #@not_done = project.not_done_todos -%&gt;
 
 &lt;div id=&quot;p&lt;%= project.id %&gt;&quot; class=&quot;container project&quot;&gt;
   &lt;h2&gt;</diff>
      <filename>app/views/projects/_project.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>11f9114ad599818ddfb233ed9da6908e3633166e</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/9d09a4d47a90dd475751117f084d4ab5ccae1327</url>
  <id>9d09a4d47a90dd475751117f084d4ab5ccae1327</id>
  <committed-date>2008-08-27T11:54:56-07:00</committed-date>
  <authored-date>2008-08-27T11:54:56-07:00</authored-date>
  <message>fix #763 where all tags were shown twice

thanks Marcin for the report</message>
  <tree>1a942d66fc524e777fc1ac3d972470904cb1044d</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
