<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,9 +45,7 @@ module SuperSimpleCMS::Helpers::NavigationHelper
     options[:element] ? element = &quot;#{options[:element]}&quot; : element = &quot;li&quot;
     options[:class] ? css_class = &quot;#{options[:class]}&quot; : css_class = &quot;&quot;
     html = &quot;&quot;
-    group.links.each do |link|
-      html &lt;&lt; &quot;&lt;#{element} class='#{css_class}'&gt;#{link_to link.title, view_group_path(:page_group=&gt;group.group_name, :perma_link=&gt;link.perma_link)}&lt;/#{element}&gt;&quot;
-    end
+    group.links.each{|link| html &lt;&lt; &quot;&lt;#{element} class='#{css_class}'&gt;#{link_to link.title, view_group_path(:page_group=&gt;group.group_name, :perma_link=&gt;link.perma_link)}&lt;/#{element}&gt;&quot;} if group.links.length &gt; 1
     return html
   end
   </diff>
      <filename>lib/super_simple_cms/helpers/navigation_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>09209b4160338b9982d8da6e022cd72f57981428</id>
    </parent>
  </parents>
  <author>
    <name>Matt Vincent</name>
    <email>matt@averails.com</email>
  </author>
  <url>http://github.com/neshmi/super_simple_cms/commit/b5a10b7faa2c4dc757428e11ba09879ac0758468</url>
  <id>b5a10b7faa2c4dc757428e11ba09879ac0758468</id>
  <committed-date>2008-11-30T17:42:14-08:00</committed-date>
  <authored-date>2008-11-30T17:42:14-08:00</authored-date>
  <message>only show sublinks if there is more than one in a group</message>
  <tree>66fcf6e8091c75e9ae345dd909c6965b41206003</tree>
  <committer>
    <name>Matt Vincent</name>
    <email>matt@averails.com</email>
  </committer>
</commit>
