<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
 &lt;li&gt;
-  &lt;%= link_to list.name, app_path(list) %&gt; (by &lt;%= list.user %&gt;) - &lt;a href=&quot;http://&lt;%= list.key %&gt;.appdrop.com&quot;&gt;http://&lt;%= list.key %&gt;.appdrop.com&lt;/a&gt;
+  &lt;%= link_to list.name, app_path(list) %&gt; (by &lt;%= list.user %&gt;)
+  &lt;% if list.uploads.count &gt; 0 %&gt;
+   - &lt;a href=&quot;http://&lt;%= list.key %&gt;.appdrop.com&quot;&gt;http://&lt;%= list.key %&gt;.appdrop.com&lt;/a&gt;
+  &lt;% end %&gt;
 &lt;/li&gt;
\ No newline at end of file</diff>
      <filename>app/views/apps/_list.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,13 @@
 &lt;h2&gt;&lt;%= @app.name %&gt;&lt;/h2&gt;
 &lt;dl&gt;
   &lt;dt&gt;Visit at:&lt;/dt&gt;
-  &lt;dd&gt;&lt;a href=&quot;http://&lt;%= @app.key %&gt;.appdrop.com&quot;&gt;http://&lt;%= @app.key %&gt;.appdrop.com&lt;/a&gt;&lt;/dd&gt;
+  &lt;dd&gt;
+    &lt;% if @app.uploads.count &gt; 0 %&gt;
+    &lt;a href=&quot;http://&lt;%= @app.key %&gt;.appdrop.com&quot;&gt;http://&lt;%= @app.key %&gt;.appdrop.com&lt;/a&gt;
+    &lt;% else %&gt;
+    Wating for code upload.
+    &lt;% end %&gt;
+  &lt;/dd&gt;
   &lt;dt&gt;Written by:&lt;/dt&gt;
   &lt;dd&gt;&lt;%= @app.user %&gt;&lt;/dd&gt;
 &lt;/dl&gt;</diff>
      <filename>app/views/apps/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2bd70524c20f8635477a2eb7d986009c06408cf</id>
    </parent>
  </parents>
  <author>
    <name>Chris Anderson</name>
    <email>jchris@grabb.it</email>
  </author>
  <url>http://github.com/jchris/appdrop/commit/867b7e2e643f862a26ad74a4073ba1d46f25d492</url>
  <id>867b7e2e643f862a26ad74a4073ba1d46f25d492</id>
  <committed-date>2008-04-14T13:05:18-07:00</committed-date>
  <authored-date>2008-04-14T13:05:18-07:00</authored-date>
  <message>don't link to apps that aren't uploaded</message>
  <tree>c494c32d3e7c922c918fec941b74416bbc7eca6d</tree>
  <committer>
    <name>Chris Anderson</name>
    <email>jchris@grabb.it</email>
  </committer>
</commit>
