<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@
   - @pastes.each do |paste|
     %tr
       %td
-        = link_to h(paste.title), paste    
+        = link_to h((paste.title.empty? ? &quot;link&quot; : paste.title)), paste    
       %td
         = h paste.language.name
       %td</diff>
      <filename>app/views/pastes/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -11,8 +11,10 @@
       = @paste.language.name
     
     = link_to 'Edit this paste', edit_paste_path(@paste), :class =&gt; &quot;edit&quot;
+    %br
+    = link_to 'Destroy paste', @paste, :confirm =&gt; 'Are you sure?', :method =&gt; :delete
     
-
-~ Uv.parse(@paste.content, &quot;xhtml&quot;, @paste.language.name, &quot;true&quot;, &quot;sunburst&quot;)
+.paste
+  ~ Uv.parse(@paste.content, &quot;xhtml&quot;, @paste.language.name, &quot;true&quot;, &quot;sunburst&quot;)
 
 </diff>
      <filename>app/views/pastes/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -31,6 +31,10 @@ html {
   background-color: white;
   padding-left: 2em;
   padding-right: 2em; }
+  .mbx .main_content .paste {
+    background-color: black;
+    font-family: &quot;Courier New&quot;, Courier, monospace;
+    overflow: auto; }
 .mbx .sidebar {
   color: white;
   min-height: 400px; }</diff>
      <filename>public/stylesheets/application.css</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,8 @@
   display: block;
   font-weight: bold; }
 .mbx form textarea {
-  width: 100%; }
+  width: 100%;
+  font-family: &quot;Courier New&quot;, Courier, monospace; }
 .mbx form .submit {
   cursor: pointer;
   font-weight: bold;</diff>
      <filename>public/stylesheets/form.css</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,7 @@ html
   
   pre
     :padding 1em
-    
+        
   table
     th, td
       :padding 1em 1em 1em 0
@@ -42,6 +42,11 @@ html
       :left 2em
       :right 2em
     
+    .paste
+      :background-color black
+      :font-family &quot;Courier New&quot;, Courier, monospace
+      :overflow auto
+    
   .sidebar
     :color white
     :min-height 400px</diff>
      <filename>public/stylesheets/sass/application.sass</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,7 @@
       :font-weight bold
     textarea
       :width 100%
+      :font-family &quot;Courier New&quot;, Courier, monospace
     .submit
       :cursor pointer
       :font-weight bold</diff>
      <filename>public/stylesheets/sass/form.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>78889c4b156e300ea9ecc043402b5f4c556a2fba</id>
    </parent>
  </parents>
  <author>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </author>
  <url>http://github.com/tobowers/pastebin/commit/1a5492182e9669ebeb6693949de000d9c3e2a3b2</url>
  <id>1a5492182e9669ebeb6693949de000d9c3e2a3b2</id>
  <committed-date>2009-02-13T13:24:09-08:00</committed-date>
  <authored-date>2009-02-13T13:24:09-08:00</authored-date>
  <message>minor formatting changes</message>
  <tree>1311f12eac0672ca93675360358c804c6cd7a732</tree>
  <committer>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </committer>
</commit>
