<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,7 @@ config/database.yml
 config/password.txt
 public/stylesheets/*
 public/images/screenshots/*
+public/images/users/avatars/*
 db/development.sqlite3
 db/test.sqlite3
 .idea/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,27 +1,34 @@
-%h1=t &quot;Edit&quot;
+%h1=t &quot;Edit Profile&quot;
 
 = error_messages_for :user
 
 - form_for(@user, :html =&gt; { :multipart =&gt; true }) do |f|
 
-  %h2 Account
-  = render :partial =&gt; 'form', :locals =&gt; {:f =&gt; f}
+  .panel
+  
+    %h2 Profile
 
-  %h2 Profile
-  %p
-    %label{:for =&gt; &quot;user_avatar&quot;} Avatar:
-    = f.file_field :avatar
+    %p
+      %label About you:
+      = f.text_area :about, :size =&gt; &quot;35x5&quot;
 
-  %p
-    %strong= &quot;About You&quot;
-  #user_about= f.text_area :about
+    %p
+      %label Links:
+      = f.text_area :links, :size =&gt; &quot;35x5&quot;
 
-  %p
-    %strong=  &quot;Your Links&quot;
-    (Separated by newlines)
-  #user_links= f.text_area :links
+    %p
+      %label{:for =&gt; &quot;user_avatar&quot;} Avatar:
+      = f.file_field :avatar
+    
+    %p
+      = f.submit &quot;Save&quot;
+      or
+      = link_to 'Back to Profile', @user
+      
+  
+  .panel
 
-  %p
-    = f.submit &quot;Save&quot;
-    or
-    = link_to 'Back to Profile', @user
\ No newline at end of file
+    %h2 Account
+    = render :partial =&gt; 'form', :locals =&gt; {:f =&gt; f}
+        
+  %br.clear
\ No newline at end of file</diff>
      <filename>app/views/users/edit.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,17 @@
 %h1=t @user.full_name
 
 #user_photo
-  = image_tag @user.avatar.url(:large)
+  = image_tag @user.avatar.url(:medium)
 
-%p
-  = link_to 'Edit Info &amp;amp; Avatar', edit_user_path(@user)
-
-- if @user.about
+- unless @user.about.blank?
   %p
     %strong= &quot;About #{@user.first_name}&quot;
-  #user_about= @user.about
+    = @user.about
 
-- if @user.links
+- unless @user.links.blank?
   %p
-    %strong=  &quot;#{@user.first_name}'s Links&quot;
-  #user_links= linkify @user.links if @user.links
+    %strong= &quot;#{@user.first_name}&amp;rsquo;s Links&quot;
+    = linkify @user.links if @user.links
+
+%p
+  = link_to 'Edit Profile', edit_user_path(@user)
\ No newline at end of file</diff>
      <filename>app/views/users/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -60,10 +60,13 @@ h2
 form
   :margin 12px 0
   input, textarea
+    :color #666
     :display block
     :font-size 16px
     :margin 3px 0 12px 0
     :padding 3px
+  input[type=submit]
+    :color #000
   label
     :display block
     :font-size 16px
@@ -79,7 +82,8 @@ p + h2
 p
   :line-height 20px
   :margin 12px 0
-
+  strong
+    :display block
 a
   :color #fff
   &amp;:hover
@@ -373,3 +377,7 @@ ul#filter
 
 .clear
   :clear both
+  
+.panel
+  :float left
+  :margin-right 60px</diff>
      <filename>public/sass/application.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ca2852938e2535c432ae88e00d8bc99f7938fc4</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Crowley</name>
    <email>patrick@mokolabs.com</email>
  </author>
  <url>http://github.com/mokolabs/sdruby/commit/5744ed17505236a0a0f1ad637c0e3cd492352a25</url>
  <id>5744ed17505236a0a0f1ad637c0e3cd492352a25</id>
  <committed-date>2009-07-02T17:58:31-07:00</committed-date>
  <authored-date>2009-07-02T17:58:31-07:00</authored-date>
  <message>improved user profile appearance</message>
  <tree>1b08b51165eb9051dcf46cadff8078633efab51d</tree>
  <committer>
    <name>Patrick Crowley</name>
    <email>patrick@mokolabs.com</email>
  </committer>
</commit>
