<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,7 +77,7 @@
                 : m.author.name)
               + &quot;&lt;/strong&gt;: &quot;
               + linkify(m.body)
-              + '&lt;/span&gt; &lt;br/&gt;&lt;a class=&quot;perma&quot; href=&quot;'+app.showPath('toast',row.id)+'&quot;&gt;perma&lt;/a&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/li&gt;';
+              + '&lt;/span&gt; &lt;br/&gt;&lt;a class=&quot;perma&quot; href=&quot;'+app.showPath('toast',row.id)+'&quot;&gt;perma&lt;/a&gt; &lt;span class=&quot;date&quot;&gt;' + m.date + '&lt;/span&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/li&gt;';
           }).join(''));
         }});
       };
@@ -102,10 +102,11 @@
               email :(email||authorRand),
               url :url
             },
+            date : new Date();,
             body : body
           };
           app.db.saveDoc({channel:cname,message:message});
-          $(&quot;#message&quot;).val('')
+          $(&quot;#message&quot;).val('');
         }
         return false;
       });</diff>
      <filename>_attachments/channel.html</filename>
    </modified>
    <modified>
      <diff>@@ -48,4 +48,9 @@ a.perma {
 form {
   padding:10px;
   background:#ddd;
-}
\ No newline at end of file
+}
+
+.date {
+  font-size: 70%;
+}
+</diff>
      <filename>_attachments/style/main.css</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,7 @@ function(doc, req) {
     name : escapeHTML(m.author.name),
     channel : escapeHTML(doc.channel),
     gravatar :  hex_md5(m.author.email),
-    body : escapeHTML(m.body)
+    body : escapeHTML(m.body),
+    date : escapeHTML(m.date)
   });
-};
\ No newline at end of file
+};</diff>
      <filename>shows/toast.js</filename>
    </modified>
    <modified>
      <diff>@@ -31,4 +31,4 @@
     });
   &lt;/script&gt;
   &lt;script src=&quot;../../showdown.js&quot;&gt;&lt;/script&gt;
-&lt;/html&gt;
\ No newline at end of file
+&lt;/html&gt;</diff>
      <filename>templates/toast.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,8 @@ function(doc) {
         gravatar : hex_md5(mess.author.email),
         url: escapeHTML(mess.author.url)
       },
-      body : safeHTML(mess.body, 250)
+      body : safeHTML(mess.body, 250),
+      date : mess.date
     };
     emit([doc.channel, doc._local_seq], v);
   }</diff>
      <filename>views/channels/map.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d8de116b86cf95370815a3c73a561e078440cae</id>
    </parent>
  </parents>
  <author>
    <name>David Rose</name>
    <email>doppler@david-roses-imac.local</email>
  </author>
  <url>http://github.com/jchris/toast/commit/0149c59c2cf90501231d8840640866d30e28ae85</url>
  <id>0149c59c2cf90501231d8840640866d30e28ae85</id>
  <committed-date>2009-05-24T20:36:35-07:00</committed-date>
  <authored-date>2009-05-24T20:18:58-07:00</authored-date>
  <message>added timestamps to messages. dunno if it'll work across timezones.</message>
  <tree>ac0ffd285d07d35b920b3747dfb2af8c9294b965</tree>
  <committer>
    <name>Chris Anderson</name>
    <email>jchris@grabb.it</email>
  </committer>
</commit>
