<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/featured.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@
   %p
     %label{:for =&gt; 'post_content'} Content
     %br/
-    = f.text_area :content, :size =&gt; '35x10', :class =&gt; 'formfield'
+    = f.text_area :content, :size =&gt; '35x25', :class =&gt; 'formfield'
   %p
     %label{:for =&gt; 'tags'} Tags
     %br/</diff>
      <filename>app/views/manage/posts/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,8 @@
       %tr
         %th.left{:width =&gt; &quot;30%&quot;} Title
         %th{:width =&gt; &quot;30%&quot;} Date
-        %th{:width =&gt; &quot;30%&quot;} Comments
+        %th{:width =&gt; &quot;25%&quot;} Comments
+        %th{:width =&gt; &quot;5%&quot;} Featured?
         %th{:width =&gt; &quot;5%&quot;} &amp;nbsp;
         %th{:width =&gt; &quot;5%&quot;} &amp;nbsp;
       - @posts.each do |post|
@@ -21,6 +22,7 @@
           %td= post.title
           %td.center= post.date.strftime(&quot;%b %d, %Y&quot;)
           %td.center= link_to('manage', comments_admin_post_path(post)) if post.comments.length &gt; 0
+          %td.center= image_tag('featured.png', :alt =&gt; 'yes') if post.featured
           %td.edit_delete= link_to 'edit', edit_admin_post_path(post)
           %td.edit_delete.delete= link_to_remote	image_tag('trash.gif'), :url =&gt; admin_post_path(post), :method =&gt; :delete, :confirm =&gt; &quot;Are you sure you want to delete this post?&quot;
     %br/</diff>
      <filename>app/views/manage/posts/index.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dff7874f781ee2ac3591eefd8d9bdf50eb8ecff9</id>
    </parent>
  </parents>
  <author>
    <name>Travis Roberts</name>
    <email>traviskroberts@gmail.com</email>
  </author>
  <url>http://github.com/travisr/tor_blog/commit/a4fed134c565d066920c879065112cc6b8337c64</url>
  <id>a4fed134c565d066920c879065112cc6b8337c64</id>
  <committed-date>2009-10-02T17:32:04-07:00</committed-date>
  <authored-date>2009-10-02T17:32:04-07:00</authored-date>
  <message>added featured icon to admin section</message>
  <tree>ce6a758e8cb87bc9084d856f5077150db037881f</tree>
  <committer>
    <name>Travis Roberts</name>
    <email>traviskroberts@gmail.com</email>
  </committer>
</commit>
