<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,6 +59,7 @@ Note
 An example app is located in the directory example_app.  You can delete this if you don't want it (especially if you use TextMate-style &quot;Go To File&quot;).
   To run, execute the following commands:
     cd vendor/plugins/needs_approval/example_app
+    script/plugin install git://github.com/subwindow/needs_approval.git
     rake db:create
     rake db:migrate
     rake db:fixtures:load</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 require &quot;#{File.dirname(__FILE__)}/lib/needs_approval&quot;
 ActiveRecord::Base.send(:include, NeedsApproval)
-if Module.const_defined?(&quot;ActionView&quot;) &amp;&amp; !ActionView::Base.instance_methods.include?('needs_approval_view_helpers')
+
+begin
   require 'needs_approval_view_helpers'
   ActionView::Base.class_eval { include NeedsApprovalViewHelpers }
-end
+rescue
+end
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ module NeedsApprovalViewHelpers
         &lt;tr&gt;
           &lt;td&gt;&lt;%= user.login %&gt;&lt;/td&gt;
           &lt;td&gt;&lt;%= object.needs_approval_of?(user) ? 'No' : 'Yes' %&gt;&lt;/td&gt;
-          &lt;td&gt;&lt;%=h object.approval_for(user).comments %&gt;&lt;/td&gt;
+          &lt;td&gt;&lt;%=h object.approval_for(user).comments if object.approval_for(user) %&gt;&lt;/td&gt;
           &lt;% if current_user_accessor &amp;&amp; object.needs_approval_of?(user) -%&gt;
             &lt;% if current_user_accessor == user -%&gt;
               &lt;td&gt;&lt;%= link_to 'Approve', new_approval_url(:approvable_type =&gt; object.class.to_s, :approvable_id =&gt; object.id) %&gt;&lt;/td&gt;</diff>
      <filename>lib/needs_approval_view_helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9ccc38681737ddfc598c0d6f58f1b7fd9195d56a</id>
    </parent>
  </parents>
  <author>
    <name>Erik Peterson</name>
    <email>erik@subwindow.com</email>
  </author>
  <url>http://github.com/subwindow/needs_approval/commit/f3d0f00802d905788051ab69c6d59d053a9eb3cf</url>
  <id>f3d0f00802d905788051ab69c6d59d053a9eb3cf</id>
  <committed-date>2008-07-31T19:42:55-07:00</committed-date>
  <authored-date>2008-07-31T19:42:55-07:00</authored-date>
  <message>Some fixes</message>
  <tree>57624ecc67300d3f648efb8afc660a92c42a03e8</tree>
  <committer>
    <name>Erik Peterson</name>
    <email>erik@subwindow.com</email>
  </committer>
</commit>
