<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,8 @@
       %h1
         %span.actions
           = link_to &quot;log out&quot;, session_path, :method =&gt; :delete
-        BucketWise
+        %span.title
+          = link_to &quot;BucketWise&quot;, root_path
 
     #container
       = yield</diff>
      <filename>app/views/layouts/application.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -8,5 +8,8 @@ ActionController::Routing::Routes.draw do |map|
   map.resources :tags, :has_many =&gt; :events
   map.resources :tagged_items, :statements
 
-  map.connect &quot;&quot;, :controller =&gt; &quot;subscriptions&quot;, :action =&gt; &quot;index&quot;
+  map.with_options :controller =&gt; &quot;subscriptions&quot;, :action =&gt; &quot;index&quot; do |home|
+    home.root
+    home.connect &quot;&quot;
+  end
 end</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -48,6 +48,10 @@ div#header h1 span.actions a {
   color: #696;
 }
 
+div#header h1 span.title a {
+  color: #696;
+}
+
 div#header h1 span.actions a:hover {
   color: #00f;
 }</diff>
      <filename>public/stylesheets/money.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f241f0e771b2014c7d06c1fc3183671767f25d19</id>
    </parent>
  </parents>
  <author>
    <name>Kieran Pilkington</name>
    <email>kieran@katipo.co.nz</email>
  </author>
  <url>http://github.com/jamis/bucketwise/commit/1b991d5ad0dbe294870960736167e642fec3ef23</url>
  <id>1b991d5ad0dbe294870960736167e642fec3ef23</id>
  <committed-date>2009-05-18T07:15:15-07:00</committed-date>
  <authored-date>2009-05-15T20:38:44-07:00</authored-date>
  <message>Making &quot;BucketWise&quot; page title link to the root path (subscription index).</message>
  <tree>f409d3651e662c289f71299d93ed77dfe6530b98</tree>
  <committer>
    <name>Jamis Buck</name>
    <email>jamis@37signals.com</email>
  </committer>
</commit>
