<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,9 @@
     var photos = data[&quot;photos&quot;][&quot;photo&quot;];
     for(i in photos) {
       $(div).append(
-        '&lt;img src=&quot;http://farm' + photos[i][&quot;farm&quot;] + '.static.flickr.com/' + photos[i][&quot;server&quot;] + '/' + photos[i][&quot;id&quot;] + '_' + photos[i][&quot;secret&quot;] + '_s.jpg&quot;/&gt;'
+        '&lt;a href=&quot;http://www.flickr.com/photos/' + photos[i]['owner'] + '/' + photos[i]['id'] + '&quot;&gt;'+
+        '&lt;img src=&quot;http://farm' + photos[i]['farm'] + '.static.flickr.com/' + photos[i]['server'] + '/' + photos[i]['id'] + '_' + photos[i]['secret'] + '_s.jpg&quot;/&gt;'+
+        '&lt;/a&gt;'
       )    
     }
   }</diff>
      <filename>backend/views/languages/link.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,8 @@
     %style{ :type =&gt; 'text/css' }
       :plain
         html { font-family: helvetica; }
-        
+        img { border: none; }
+
         .big {
           font-size: 60pt;
           float: left;
@@ -17,7 +18,7 @@
           float: right;
           clear: right;
         }
-
+        
     %script{ :src =&gt; &quot;http://www.google.com/jsapi&quot; }
 
     %script{ :type =&gt; 'text/javascript' }
@@ -32,11 +33,11 @@
     #container
       = catch_content :for_layout
       
-      / #comments
-      /   Leave some feedback!
-      /   
-      /   %form{ :action =&gt; '/feedbacks', :method =&gt; 'post' }
-      /     %input{ :name =&gt; 'uri', :type =&gt; 'hidden', :value =&gt; request.uri }
-      /     %textarea{ :name =&gt; 'comment', :rows =&gt; 5, :cols =&gt; '70' }
-      /     %br
-      /     %input{ :type =&gt; 'submit' }
\ No newline at end of file
+    / #comments
+    /   Leave some feedback!
+    /   
+    /   %form{ :action =&gt; '/feedbacks', :method =&gt; 'post' }
+    /     %input{ :name =&gt; 'uri', :type =&gt; 'hidden', :value =&gt; request.uri }
+    /     %textarea{ :name =&gt; 'comment', :rows =&gt; 5, :cols =&gt; '70' }
+    /     %br
+    /     %input{ :type =&gt; 'submit', :value =&gt; 'Send' }
\ No newline at end of file</diff>
      <filename>backend/views/layout/application.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6e42264a55f74162b7c89896b77064f0066edc6b</id>
    </parent>
  </parents>
  <author>
    <name>Carlos Villela</name>
    <email>cv@lixo.org</email>
  </author>
  <url>http://github.com/cv/lots-of-words/commit/354671965b8023d7d4c8e21b9ab42f32f169ea90</url>
  <id>354671965b8023d7d4c8e21b9ab42f32f169ea90</id>
  <committed-date>2008-11-01T15:09:10-07:00</committed-date>
  <authored-date>2008-11-01T15:09:10-07:00</authored-date>
  <message>added links to pics</message>
  <tree>84f2d2321f27cc84fcb8adb31558acc2c63c8709</tree>
  <committer>
    <name>Carlos Villela</name>
    <email>cv@lixo.org</email>
  </committer>
</commit>
