<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/showoff/templates/alternate_layout.html.erb.alternate</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,9 @@ you embed a &quot;mini app&quot; inside of your main app.
 
 == How do I use it?
 
-Just throw your mockups into app/views/mockups, then navigate to /mockups in your app.
+Just throw your mockups into app/views/mockups, then navigate to /mockups in your app. Just like any other
+Rails view, you can use partials, helpers, etc. If you want to use a layout other than your application
+default, tack it on as an additional file extension (example.html.erb.alternate).
 
 == Can I see an example?
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ class MockupsController &lt; ApplicationController
       if filename_components.length &lt; 4
         true
       else
-        filename_components[1]
+        filename_components.last
       end
     end
 </diff>
      <filename>app/controllers/mockups_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 	&lt;title&gt;Mockups&lt;/title&gt;
 &lt;/head&gt;
 
-&lt;frameset cols=&quot;150,*&quot; frameborder=&quot;1&quot; border=&quot;1&quot; bordercolor=&quot;#666666&quot; framespacing=&quot;1&quot;&gt;
+&lt;frameset cols=&quot;170,*&quot; frameborder=&quot;1&quot; border=&quot;1&quot; bordercolor=&quot;#666666&quot; framespacing=&quot;1&quot;&gt;
     &lt;frame src=&quot;/mockups_index&quot; title=&quot;List&quot; name=&quot;list&quot; /&gt;
     &lt;frame name=&quot;content&quot; /&gt;
 &lt;/frameset&gt;</diff>
      <filename>app/views/mockups/frameset.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ class ShowoffGenerator &lt; Rails::Generator::Base
     record do |m|
       m.directory 'app/views/mockups/sample_section'
       m.file 'sample_mockup.html.erb', 'app/views/mockups/sample_mockup.html.erb'
-      m.file 'alternate_layout.alternate.html.erb', 'app/views/mockups/alternate_layout.alternate.html.erb'
+      m.file 'alternate_layout.html.erb.alternate', 'app/views/mockups/alternate_layout.html.erb.alternate'
       m.file 'sample_nested.html.erb', 'app/views/mockups/sample_section/sample_nested.html.erb'
       m.file 'showoff.css', 'public/stylesheets/showoff.css'
     end</diff>
      <filename>generators/showoff/showoff_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,5 @@ body { background-color: #eee; font: 13px/1.5 Helvetica, Arial, 'Liberation Sans
 
 #showoff_tree { padding: 10px; }
 #showoff_tree ul { padding: 0 10px 20px; }
+#showoff_tree li { white-space: nowrap; }
 #showoff_tree h2 { padding-bottom: 3px; font-weight: bold; }</diff>
      <filename>generators/showoff/templates/showoff.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/showoff/templates/alternate_layout.alternate.html.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a9d42d46f3dc8727b915fd225d26c3295b6718a7</id>
    </parent>
  </parents>
  <author>
    <name>Adam McCrea</name>
    <email>adam@adamlogic.com</email>
  </author>
  <url>http://github.com/adamlogic/showoff/commit/00461fe5c199bccbb8673a2464ec39cd5f4d6352</url>
  <id>00461fe5c199bccbb8673a2464ec39cd5f4d6352</id>
  <committed-date>2009-04-14T18:21:33-07:00</committed-date>
  <authored-date>2009-04-14T18:21:33-07:00</authored-date>
  <message>fix handling of alternate layout</message>
  <tree>766949a9dc20fda85e3801ba5c51f14b077f18ec</tree>
  <committer>
    <name>Adam McCrea</name>
    <email>adam@adamlogic.com</email>
  </committer>
</commit>
