<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,4 +7,5 @@
 
 = link_to I18n.t(:edit),    edit_project_path(@project)
 = link_to I18n.t(:build),   project_builds_path(@project), :method =&gt; :post
+= link_to I18n.t(:specs),   specs_path(@project.name)
 = link_to I18n.t(:metrics), metrics_path(@project.name)</diff>
      <filename>app/views/projects/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -7,3 +7,4 @@ en:
   edit: &quot;edit&quot;
   metrics: &quot;metrics&quot;
   new_project: &quot;new project&quot;
+  specs: &quot;specs&quot;</diff>
      <filename>config/locales/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -5,4 +5,5 @@ ActionController::Routing::Routes.draw do |map|
   end
   map.root :controller =&gt; &quot;projects&quot;
   map.metrics &quot;/projects/:name/tmp/metric_fu/output/index.html&quot;, :controller =&gt; nil
+  map.specs    &quot;/projects/:name/doc/specs.html&quot;,                  :controller =&gt; nil
 end</diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>93b5cb4653a70cf0ec457613174c604146ddeae7</id>
    </parent>
  </parents>
  <author>
    <name>Diego Carrion</name>
    <email>dc.rec1@gmail.com</email>
  </author>
  <url>http://github.com/ricardoalmeida/signal/commit/f3ee609168173c42347f7df3305845f788cdffec</url>
  <id>f3ee609168173c42347f7df3305845f788cdffec</id>
  <committed-date>2009-09-25T15:10:59-07:00</committed-date>
  <authored-date>2009-09-25T15:10:59-07:00</authored-date>
  <message>created link for the specs in the project page</message>
  <tree>c2dc82b8183d73f768fa347db9d95155f1162747</tree>
  <committer>
    <name>Diego Carrion</name>
    <email>dc.rec1@gmail.com</email>
  </committer>
</commit>
