<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,7 @@
   - top.help_text do
     %p
       Use layouts to apply a visual look to a  Web page. Layouts can contain special tags to include
-      page content and other elements such as the header or footer. Click on a layout name below to
-      edit it or click &lt;code&gt;Remove&lt;/code&gt; to delete it.
+      page content and other elements such as the header or footer.
 
 %table#layouts.index{:cellspacing=&gt;&quot;0&quot;, :border=&gt;&quot;0&quot;, :cellpadding=&gt;&quot;0&quot; }
   %thead
@@ -17,7 +16,7 @@
           %th.modify
             Modify
   %tbody
-    - unless @layouts.empty?
+    - if @layouts.any?
       - @layouts.each do |layout|
         %tr.node.level-1
           - render_region :tbody do |tbody|
@@ -30,7 +29,7 @@
                 = link_to image('remove', :alt =&gt; 'Remove Layout'), remove_admin_layout_url(layout)
     - else
       %tr
-        %td.note{:colspan =&gt; 2} No layouts exist.
+        %td.note{:colspan =&gt; admin.layout.index.tbody.length} No Layouts
 
 - render_region :bottom do |bottom|
   - bottom.new_button do</diff>
      <filename>app/views/admin/layouts/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -13,16 +13,20 @@
         - thead.modify_header do
           %th.modify Modify
   %tbody
-    - @snippets.each do |snippet|
-      %tr.node.level-1
-        - render_region :tbody do |tbody|
-          - tbody.title_cell do
-            %td.snippet
-              = image('snippet', :alt =&gt; 'snippet-icon')
-              %span= link_to snippet.name, edit_admin_snippet_url(snippet)
-          - tbody.modify_cell do
-            %td.remove
-              = link_to image('remove', :alt =&gt; 'Remove Snippet'), remove_admin_snippet_url(snippet)
+    - if @snippets.any?
+      - @snippets.each do |snippet|
+        %tr.node.level-1
+          - render_region :tbody do |tbody|
+            - tbody.title_cell do
+              %td.snippet
+                = image('snippet', :alt =&gt; 'snippet-icon')
+                %span= link_to snippet.name, edit_admin_snippet_url(snippet)
+            - tbody.modify_cell do
+              %td.remove
+                = link_to image('remove', :alt =&gt; 'Remove Snippet'), remove_admin_snippet_url(snippet)
+    - else
+      %tr
+        %td.note{:colspan =&gt; admin.snippet.index.tbody.length} No Snippets
 
 - render_region :bottom do |bottom|
   - bottom.new_button do</diff>
      <filename>app/views/admin/snippets/index.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63e7f5d3b181510ecd1edc52557052aa35a0f9ec</id>
    </parent>
  </parents>
  <author>
    <name>Josh French</name>
    <email>josh@vitamin-j.com</email>
  </author>
  <url>http://github.com/radiant/radiant/commit/d7fd64b1fe7345b9e2cbd49fc5ef48da3cf2d8a0</url>
  <id>d7fd64b1fe7345b9e2cbd49fc5ef48da3cf2d8a0</id>
  <committed-date>2009-06-28T08:28:48-07:00</committed-date>
  <authored-date>2009-06-28T08:26:18-07:00</authored-date>
  <message>Standardize the resource index views</message>
  <tree>54be4f21f591412597da1ae646bc833ae714d91b</tree>
  <committer>
    <name>Josh French</name>
    <email>josh@vitamin-j.com</email>
  </committer>
</commit>
