<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,7 +34,7 @@ class RsvpMailer &lt; ActionMailer::Base
     assign_common_attributes(rsvp)
   end
   
-  def survey
+  def survey(rsvp)
     subject &quot;757 Studio Survey&quot;
     assign_common_attributes(rsvp)
   end</diff>
      <filename>app/models/rsvp_mailer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,12 @@
 class Survey &lt; ActiveRecord::Base
   
-  QUESTIONS = {
-    :a1t =&gt; &quot;Please give us a brief description of your expierence. We may quote you.&quot;,
-    :a2t =&gt; &quot;Suggest a topic for a future 757 Studio event.&quot;,
-    :a1b =&gt; &quot;Would you like to see a larger venue for a future event?&quot;,
-    :a3t =&gt; &quot;Additional comments.&quot;
-  }.freeze
+  QUESTIONS = [
+    {:attr =&gt; :a1t, :question =&gt; &quot;Please give us a brief description of your expierence. We may quote you.&quot;},
+    {:attr =&gt; :a2t, :question =&gt; &quot;Suggest a topic for a future 757 Studio event.&quot;},
+    {:attr =&gt; :a1b, :question =&gt; &quot;Would you like to see a larger venue for a future event?&quot;},
+    {:attr =&gt; :a4t, :question =&gt; &quot;If you have a twitter account, what is your username? (for the Nov.5th attendee list on twitter.com/757studio/attendees)&quot;},
+    {:attr =&gt; :a3t, :question =&gt; &quot;Additional comments.&quot;}
+  ].freeze
   
   belongs_to :rsvp
   </diff>
      <filename>app/models/survey.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 
-757 Studio Attendee,
+Remember remember, the 5th of Novemeber!
 
-First, thanks for attending our premier event! If you have a few minutes, please give us some feedback.
+Thanks for attending our premier event! If you have a few minutes, please give us some feedback. We would also like to know your twitter username so we can add you to our attendees list.
 
 &lt;%= survey_rsvp_url(:id =&gt;@rsvp.slug) %&gt;
 </diff>
      <filename>app/views/rsvp_mailer/survey.text.plain.erb</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@
 
 
 - form_tag survey_rsvp_path(:id =&gt; @rsvp.slug) do
-  - Survey::QUESTIONS.each do |attribute,question|
-    %div{:class =&gt; 'mb30', :id =&gt; &quot;survey_#{attribute}&quot;}
+  - Survey::QUESTIONS.each do |qdata|
+    %div{:class =&gt; 'mb30', :id =&gt; &quot;survey_#{qdata[:attr]}&quot;}
       %h3{:class =&gt; 'italic'}
-        = question
-      = survey_question_field(attribute)
+        = qdata[:question]
+      = survey_question_field(qdata[:attr])
     %div{:class =&gt; 'mt20'}
   = submit_tag 'Save Survey', :style =&gt; 'font-size:18px;'</diff>
      <filename>app/views/rsvps/survey.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -13,6 +13,8 @@
 .w99p            { width:98% !important; }
 .w98p            { width:98% !important; }
 .w80p            { width:80% !important; }
+.w70p            { width:70% !important; }
+.w60p            { width:60% !important; }
                  
 .floatr          { float:right; display:inline; }
 .floatl          { float:left; display:inline; }</diff>
      <filename>public/stylesheets/utility.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>705dab2ded967e9d1f2ae42a44cb5a144d30907f</id>
    </parent>
  </parents>
  <author>
    <name>Ken Collins</name>
    <email>ken@metaskills.net</email>
  </author>
  <url>http://github.com/metaskills/757studio/commit/bfbe1a1d589884f5f190f0c37c45dfeec6f90e87</url>
  <id>bfbe1a1d589884f5f190f0c37c45dfeec6f90e87</id>
  <committed-date>2009-11-06T16:01:37-08:00</committed-date>
  <authored-date>2009-11-06T16:01:37-08:00</authored-date>
  <message>Tweaks to survey mailer and questions.</message>
  <tree>1f204a64b89b469ead43560d38d1cb74007ef941</tree>
  <committer>
    <name>Ken Collins</name>
    <email>ken@metaskills.net</email>
  </committer>
</commit>
