<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,4 +37,4 @@
               %td= post.category.name
               %td= post.tags.any? ? post.tag_list : 'No tags'.l
               %td= post.comments.count
-              %td= post.is_live? ? link_to(:published.l, user_post_path(post.user, post)) : 'draft'.l
\ No newline at end of file
+              %td= post.is_live? ? link_to('published'.l, user_post_path(post.user, post)) : 'draft'.l
\ No newline at end of file</diff>
      <filename>app/views/posts/manage.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -20,26 +20,26 @@
       %h3=&quot;Sign up!&quot;.l
       = error_messages_for :user
       - form_for :user, :url =&gt; users_path, :html =&gt; {:class =&gt; 'MainForm'} do |f|
-        %label{&quot;for&quot;=&gt;&quot;login&quot;} 
+        %label{&quot;for&quot;=&gt;&quot;user_login&quot;} 
           =&quot;Username&quot;.l
           %em=&quot;(Required: Your username must not contain numerals, spaces or special characters.)&quot;.l
         = f.text_field :login
 
-        %label{&quot;for&quot;=&gt;&quot;email&quot;}
+        %label{&quot;for&quot;=&gt;&quot;user_email&quot;}
           =&quot;E-mail address&quot;.l
           %em=&quot;(Required: We will send a confirmation e-mail to the address you enter.)&quot;.l
         = f.text_field :email
 
-        %label{&quot;for&quot;=&gt;&quot;birthdate&quot;}
+        %label{&quot;for&quot;=&gt;&quot;user_birthdate&quot;}
           =&quot;Birthday&quot;.l
           \:
           %em=&quot;(Required: you must be at least 13 years old to sign up.)&quot;.l
         = date_select :user, :birthday, {:start_year =&gt; 1926, :end_year =&gt; (Time.now.year - 13)}
 
-        %label{&quot;for&quot;=&gt;&quot;password&quot;}
+        %label{&quot;for&quot;=&gt;&quot;user_password&quot;}
           =&quot;Type your password:&quot;.l
         = f.password_field :password
-        %label{&quot;for&quot;=&gt;&quot;password_confirmation&quot;}
+        %label{&quot;for&quot;=&gt;&quot;user_password_confirmation&quot;}
           =&quot;Re-type your password to confirm:&quot;.l
         = f.password_field :password_confirmation
         = hidden_field_tag :inviter_id, params[:inviter_id]</diff>
      <filename>app/views/users/new.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a05645544ffd73b3d0165eb653870c106582ee53</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/031e55c74a0a7c4fe85e3f4111fc6c227972809e</url>
  <id>031e55c74a0a7c4fe85e3f4111fc6c227972809e</id>
  <committed-date>2008-08-11T08:11:41-07:00</committed-date>
  <authored-date>2008-08-11T08:11:41-07:00</authored-date>
  <message>some trivial form label fixes</message>
  <tree>31cdbc20dfe567d52ed20c34c94f3968900f3592</tree>
  <committer>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </committer>
</commit>
