<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,8 +15,8 @@
   .item
     = render :partial =&gt; &quot;pages/events/upcoming&quot;, :locals =&gt; {:event =&gt; event}
 
-- @past_events.each_with_index do |event, index|
-  %div{:class =&gt; @past_events.last == event ? &quot;item last&quot; : &quot;item&quot;}
+- @past_events.sort.reverse.each_with_index do |event, index|
+  %div{:class =&gt; @past_events.sort.reverse.last == event ? &quot;item last&quot; : &quot;item&quot;}
     - if index == 0
       = render :partial =&gt; &quot;pages/events/featured_past&quot;, :locals =&gt; {:event =&gt; event}
     - else</diff>
      <filename>app/views/pages/home.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4022049f68bb22f4870fc1ae55f9318afd93ba76</id>
    </parent>
  </parents>
  <author>
    <name>Lachlan Hardy</name>
    <email>lachlan@lachstock.com.au</email>
  </author>
  <url>http://github.com/webjam/webjam/commit/d6b11f21ffabd224d26830c5b34839864d990c11</url>
  <id>d6b11f21ffabd224d26830c5b34839864d990c11</id>
  <committed-date>2008-11-06T19:35:40-08:00</committed-date>
  <authored-date>2008-11-06T19:35:40-08:00</authored-date>
  <message>fixing homepage event ordering</message>
  <tree>a2e73a6174acdc696b01bcafd717d13ca942fde6</tree>
  <committer>
    <name>Lachlan Hardy</name>
    <email>lachlan@lachstock.com.au</email>
  </committer>
</commit>
