<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/customers/_menu.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,4 +11,4 @@
 
 &lt;% end # form -%&gt;
 
-
+&lt;%= render(:partial =&gt; 'menu') %&gt;</diff>
      <filename>app/views/customers/edit.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -35,4 +35,4 @@
 &lt;% end # form -%&gt;
 
 
-
+&lt;%= render(:partial =&gt; 'menu') %&gt;</diff>
      <filename>app/views/customers/edit_info.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,4 @@
 &lt;p&gt; Phone: &lt;%= h @customer.phone %&gt; &lt;/p&gt;
 &lt;p&gt; Website: &lt;%= h @customer.website %&gt; &lt;/p&gt;
 
-&lt;p&gt;&lt;%= link_to_if_authorized &quot;Edit&quot;, :controller =&gt; 'customers', :action =&gt; 'edit', :id =&gt; @project -%&gt;&lt;/p&gt;
-&lt;p&gt;&lt;%= link_to_if_authorized &quot;List&quot;, :controller =&gt; 'customers', :action =&gt; 'list', :id =&gt; @project -%&gt;&lt;/p&gt;
-
+&lt;%= render(:partial =&gt; 'menu') %&gt;
\ No newline at end of file</diff>
      <filename>app/views/customers/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,4 @@
 &lt;% end -%&gt;
 &lt;/ul&gt;
 
-&lt;%= link_to_if_authorized &quot;New Customer&quot;, :action =&gt; 'edit_info', :id =&gt; @project %&gt;
+&lt;%= render(:partial =&gt; 'menu') %&gt;</diff>
      <filename>app/views/customers/list.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -325,3 +325,16 @@ init.rb
   end
 
 link_to_if_authorized
+
+* Simple menu
+
+&lt;%= render(:partial =&gt; 'menu') %&gt;
+
+
+&lt;p&gt;
+  &lt;strong&gt;Menu:&lt;/strong&gt;
+  &lt;%= link_to_if_authorized &quot;View&quot;, :controller =&gt; 'customers', :action =&gt; 'index', :id =&gt; @project -%&gt;
+  &lt;%= link_to_if_authorized &quot;Assign&quot;, :controller =&gt; 'customers', :action =&gt; 'edit', :id =&gt; @project -%&gt;
+  &lt;%= link_to_if_authorized &quot;List&quot;, :controller =&gt; 'customers', :action =&gt; 'list', :id =&gt; @project -%&gt;
+  &lt;%= link_to_if_authorized &quot;New&quot;, :action =&gt; 'edit_info', :id =&gt; @project %&gt;
+&lt;/p&gt;</diff>
      <filename>writeup.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b56e98c6671436501bbb9a304e16462edf154279</id>
    </parent>
  </parents>
  <author>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </author>
  <url>http://github.com/edavis10/redmine-customer-plugin/commit/1b70870e286aaaac9b85fd169576ca416a04a86d</url>
  <id>1b70870e286aaaac9b85fd169576ca416a04a86d</id>
  <committed-date>2008-02-13T16:14:24-08:00</committed-date>
  <authored-date>2008-02-13T16:14:24-08:00</authored-date>
  <message>Added menu</message>
  <tree>456bf1962fd3e414cd1e7939dc97165b92c61db2</tree>
  <committer>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </committer>
</commit>
