<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+= render :partial =&gt; 'shared/header'
+
 %h1 Listing messages
 
 #messages</diff>
      <filename>app/views/messages/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-= render :partial =&gt; 'shared/header', :locals =&gt; { :project =&gt; @message.project }
+= render :partial =&gt; 'shared/header'
 .row
   %strong Title:
   = @message.title</diff>
      <filename>app/views/messages/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
 #header
   %h3
   %h1
-    =h project.name
-    %span=h project.companies.first.name
+    =h @project.name
+    %span=h @project.companies.first.name
   #tabs
     %ul
       %li= link_to 'Overview', nil
-      %li= link_to 'Messages', project_messages_path(project)
+      %li= link_to 'Messages', project_messages_path(@project)
       %li= link_to 'To-Do', nil
-      %li= link_to 'Milestones', nil
+      %li= link_to 'Milestones', project_milestones_path(@project)
       %li= link_to 'People &amp; Permissions', nil
       %li= link_to 'Search', nil
\ No newline at end of file</diff>
      <filename>app/views/shared/_header.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c1a1b0046711dd5923deb454b7797d6ae6df1df2</id>
    </parent>
  </parents>
  <author>
    <name>Matt Polito</name>
    <email>matt.polito@gmail.com</email>
  </author>
  <url>http://github.com/mattpolito/open_basecamp/commit/bebc23fc43b582073eb8d3748df841eed32a9f66</url>
  <id>bebc23fc43b582073eb8d3748df841eed32a9f66</id>
  <committed-date>2009-01-03T12:24:21-08:00</committed-date>
  <authored-date>2009-01-03T12:24:21-08:00</authored-date>
  <message>setting up header</message>
  <tree>da3ffee208bc4f55433248a46b258a677ecfd078</tree>
  <committer>
    <name>Matt Polito</name>
    <email>matt.polito@gmail.com</email>
  </committer>
</commit>
