<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,6 +51,7 @@
       %ul
         - link_to_each(@popular_projects).each do |link|
           %li= link
+      %p.more= link_to 'View more...', projects_path
 
 #apps.row
   %h3.center Apps
@@ -73,6 +74,8 @@
         - @recent_jobs.each do |job|
           %li= link_to job.title, job
 
+      %p.more= link_to 'View more...', jobs_path
+
 #companies.row
   %h3.center Companies
   %p.center
@@ -96,5 +99,6 @@
       %ul
         - link_to_each(@recent_presentations).each do |link|
           %li= link
+      %p.more= link_to 'View more...', presentations_path
 
 = render :partial =&gt; '/shared/about'</diff>
      <filename>app/views/home/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -54,8 +54,8 @@ ActiveRecord::Schema.define(:version =&gt; 20090730184621) do
     t.string   &quot;title&quot;
     t.datetime &quot;deleted_at&quot;
     t.integer  &quot;place_id&quot;
-    t.text     &quot;cached_description_html&quot;, :limit =&gt; 255
-    t.boolean  &quot;recurring&quot;,                              :default =&gt; true, :null =&gt; false
+    t.text     &quot;cached_description_html&quot;
+    t.boolean  &quot;recurring&quot;,               :default =&gt; true, :null =&gt; false
   end
 
   create_table &quot;feed_errors&quot;, :force =&gt; true do |t|
@@ -89,7 +89,7 @@ ActiveRecord::Schema.define(:version =&gt; 20090730184621) do
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
     t.datetime &quot;deleted_at&quot;
-    t.text     &quot;cached_description_html&quot;, :limit =&gt; 255
+    t.text     &quot;cached_description_html&quot;
   end
 
   create_table &quot;presentations&quot;, :force =&gt; true do |t|
@@ -99,9 +99,9 @@ ActiveRecord::Schema.define(:version =&gt; 20090730184621) do
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
     t.datetime &quot;deleted_at&quot;
-    t.text     &quot;description&quot;,             :limit =&gt; 255
+    t.text     &quot;description&quot;
     t.integer  &quot;user_id&quot;
-    t.string   &quot;other_speakers&quot;,                         :default =&gt; &quot;&quot;
+    t.string   &quot;other_speakers&quot;,          :default =&gt; &quot;&quot;
     t.string   &quot;location&quot;
     t.text     &quot;cached_description_html&quot;
     t.datetime &quot;date_of&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
    <modified>
      <diff>@@ -145,8 +145,11 @@ p, li {
 
 a,
 #jobs .crud a,
+#jobs .more a,
 #projects .crud a,
+#projects .more a,
 #presentations .crud a,
+#presentations .more a,
 #companies .crud a,
 #apps .crud a {
   color: #F90;
@@ -185,4 +188,4 @@ p.date {
 p.date span {
 	padding: 0 .5em;
 	background: #000919;
-}
\ No newline at end of file
+}</diff>
      <filename>public/stylesheets/type.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff07c31c345fd570b78e4ea7871a89b425dffba7</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/bostonrb/bostonrb/commit/93fdd604df368781d42755dca92c693d16b12848</url>
  <id>93fdd604df368781d42755dca92c693d16b12848</id>
  <committed-date>2009-10-10T00:13:16-07:00</committed-date>
  <authored-date>2009-10-10T00:13:16-07:00</authored-date>
  <message>Added 'view more' link on front page.</message>
  <tree>e49d4985101e1888c7a8828ce496059d2f6514e6</tree>
  <committer>
    <name>Joshua Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
