<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/myspot/credits/_credit_pitch.html.haml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,11 @@ class Myspot::DonationsController &lt; ApplicationController
   before_filter :login_required, :except =&gt; :create
   resources_controller_for :donations, :only =&gt; [:index, :create, :destroy]
 
+  response_for :index do |format|
+    @credit_pitches = current_user.credit_pitches
+    update_balance_cookie
+  end
+  
   response_for :create do |format|
     if resource_saved?
       update_balance_cookie</diff>
      <filename>app/controllers/myspot/donations_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 - form_for CreditPitch.new(:pitch =&gt; news_item, :amount =&gt; current_user.remaining_credits), :url =&gt; myspot_credit_pitches_path, :html =&gt; {:id =&gt; &quot;new_credit_pitch_#{news_item.id}&quot;, :class =&gt; &quot;auth&quot;} do |f|
   = f.hidden_field :amount, :id =&gt; &quot;credit_pitch_amount&quot;
   = f.hidden_field :pitch_id
-  = submit_tag &quot;Apply #{number_to_currency(current_user.remaining_credits)} Credits&quot;, :alt =&gt; &quot;Allocate credits&quot;, :title =&gt; &quot;Allocate credits&quot;
\ No newline at end of file
+  = submit_tag &quot;Apply Credits&quot;, :alt =&gt; &quot;Allocate credits&quot;, :title =&gt; &quot;Allocate credits&quot;
\ No newline at end of file</diff>
      <filename>app/views/credits/_credit_pitch.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,9 @@
   = render :partial =&gt; &quot;myspot/dashboard_nav&quot;
   %table.donations
     %tr
+      %td{:colspan =&gt; 5,:class=&gt;&quot;header&quot;}
+        My Pitches
+    %tr
       %th.pitch_header Pitch
       %th.donated_header Donated
       %th.donation_header Donation
@@ -15,6 +18,20 @@
       %td{:colspan =&gt; 5}
         .double_content_border
     = render :partial =&gt; &quot;myspot/donations/donation&quot;, :collection =&gt; @donations, :spacer_template =&gt; &quot;myspot/donations/donation_spacer&quot;
+  %table.donations
+    %tr
+      %td{:colspan =&gt; 5,:class=&gt;&quot;header&quot;}
+        My Credits
+    %tr
+      %th.pitch_header Pitch
+      %th.donated_header Credited
+      %th.donation_header Amount
+      %th.status_header Status
+      %th.actions_header Actions
+    %tr
+      %td{:colspan =&gt; 5}
+        .double_content_border
+    = render :partial =&gt; &quot;myspot/credits/credit_pitch&quot;, :collection =&gt; @credit_pitches, :spacer_template =&gt; &quot;myspot/donations/donation_spacer&quot;
     - if current_user.has_spotus_donation?
       = render :partial =&gt; &quot;myspot/donations/donation_spacer&quot;
       %tr</diff>
      <filename>app/views/myspot/donations/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -857,6 +857,18 @@ table.pledges th,
 table.tips th {
   background: none;
 }
+table.donations th.pitch_header{
+	width:200px;
+}
+table.donations th.donated_header{
+	width:100px;
+}
+table.donations th.donation_header{
+	width:80px;
+}
+table.donations th.status_header{
+	width:200px;
+}
 table.pledges tr.pledge td.pledge .number {
 	font-size: 200%;
 	padding-top: 0px;
@@ -864,6 +876,11 @@ table.pledges tr.pledge td.pledge .number {
 table.pledges tr.pledge td.pledge {
 	text-align: right;
 }
+table.donations td.header{
+	background:#eee;
+	font-weight:bold;
+	border-bottom:solid 2px #333;
+}
 #dashboard_tab_container {
   width: 625px;
   height: 37px;</diff>
      <filename>public/stylesheets/screen_spotus.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e83120b516082f9919ddab88ad0266c6b62665c</id>
    </parent>
  </parents>
  <author>
    <name>Dan Newman</name>
    <email>dpnewman@gmail.com</email>
  </author>
  <url>http://github.com/spot-us/spot-us/commit/d30d61003854b044be28d58f4fc8519993f288d6</url>
  <id>d30d61003854b044be28d58f4fc8519993f288d6</id>
  <committed-date>2009-10-19T11:00:51-07:00</committed-date>
  <authored-date>2009-10-19T11:00:51-07:00</authored-date>
  <message>Displays credit pitches in dashboard</message>
  <tree>6ebe367239cd7756d96336f903d70c9acb1182dd</tree>
  <committer>
    <name>Dan Newman</name>
    <email>dpnewman@gmail.com</email>
  </committer>
</commit>
