<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,6 @@
   &lt;tr class=&quot;&lt;%=cycle('odd','even')%&gt;&quot;&gt;
     &lt;td&gt;&lt;%=h post.author %&gt;&lt;/td&gt;
     &lt;td&gt;&lt;%=h post.title %&gt;&lt;/td&gt;
-    &lt;td&gt;&lt;%= truncate(post.body, 50) %&gt;&lt;/td&gt;
     &lt;td class=&quot;show_column&quot;&gt;&lt;%= link_to 'Exibir', admin_post_path(post) %&gt;&lt;/td&gt;
     &lt;td class=&quot;edit_column&quot;&gt;&lt;%= link_to 'Editar', edit_admin_post_path(post) %&gt;&lt;/td&gt;
     &lt;td class=&quot;delete_column&quot;&gt;&lt;%= link_to 'Excluir', admin_post_path(post), :confirm =&gt; 'Tem certeza?', :method =&gt; :delete %&gt;&lt;/td&gt;</diff>
      <filename>generators/posts/templates/views/admin/posts/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@
 
 &lt;p&gt;
   &lt;b&gt;Texto:&lt;/b&gt;
-  &lt;%= @post.body %&gt;
+  &lt;%=simple_format @post.body %&gt;
 &lt;/p&gt;
 
 &lt;p&gt;</diff>
      <filename>generators/posts/templates/views/admin/posts/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2c2794dac18b03c277b05b083f7dc2602a75ad2d</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Lopes</name>
    <email>danielvlopes@gmail.com</email>
  </author>
  <url>http://github.com/danielvlopes/site_scaffold/commit/2faa0453346b6bedc5a282ac429d63c180072f4d</url>
  <id>2faa0453346b6bedc5a282ac429d63c180072f4d</id>
  <committed-date>2009-06-22T11:07:27-07:00</committed-date>
  <authored-date>2009-06-22T11:07:27-07:00</authored-date>
  <message>fix some issues on posts</message>
  <tree>e742a3a3a729115f420d807abffc2bb31a151d1a</tree>
  <committer>
    <name>Daniel Lopes</name>
    <email>danielvlopes@gmail.com</email>
  </committer>
</commit>
