<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,7 @@
       %table{&quot;cellspacing&quot;=&gt;&quot;0&quot;, &quot;border&quot;=&gt;&quot;0&quot;, &quot;cellpadding&quot;=&gt;&quot;0&quot;, &quot;width&quot;=&gt;&quot;100%&quot;, :style =&gt; &quot;table-layout:fixed;&quot;}
         %thead
           %tr
-            %th{:width =&gt; '20px'}
+            %th{:width =&gt; '30px', :colspan =&gt; '2'}
             %th=:author.l          
             %th{:width =&gt; &quot;250px&quot;}=:body_text.l
             %th=:on_commentable.l
@@ -23,9 +23,9 @@
         %tbody
           - @comments.each do |comment|
             %tr{:id =&gt; &quot;comment_#{comment.id}&quot;}
+              %td=link_to_remote(image_tag('icons/delete.png', :plugin =&gt; 'community_engine'), {:url =&gt; comment_path(comment.commentable_type, comment.commentable_id, comment), :method =&gt; :delete, 500 =&gt; 'alert(\'Sorry, there was a server error\'); return false',  :success =&gt; visual_effect(:fade, &quot;comment_#{comment.id}&quot;), :confirm =&gt; &quot;Are you sure you want to permanently delete this comment&quot;} )                                                
               %td= check_box_tag &quot;delete[]&quot;, comment.id
               %td
-                .left=link_to_remote(image_tag('icons/delete.png', :plugin =&gt; 'community_engine'), {:url =&gt; comment_path(comment.commentable_type, comment.commentable_id, comment), :method =&gt; :delete, 500 =&gt; 'alert(\'Sorry, there was a server error\'); return false',  :success =&gt; visual_effect(:fade, &quot;comment_#{comment.id}&quot;), :confirm =&gt; &quot;Are you sure you want to permanently delete this comment&quot;} )                                
                 .left
                   -if comment.user
                     = link_to h(comment.user.login), user_path(comment.user)</diff>
      <filename>app/views/admin/comments.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ad5922d2b9bc3471819ec03ccdc2c593e51064c8</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/99a6bc251f2955cbf986af172f96d40a8400bfae</url>
  <id>99a6bc251f2955cbf986af172f96d40a8400bfae</id>
  <committed-date>2009-05-17T17:25:47-07:00</committed-date>
  <authored-date>2009-05-17T17:25:47-07:00</authored-date>
  <message>layout tweak</message>
  <tree>a7485ba26dc9b10c2f91c98811d427b20a932f18</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
