From a00470d0c046774edc94ef01ef9bc590e8d58ac9 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 7 May 2013 11:32:11 -0700 Subject: Display 3 most recent transactions on a customer's page, with a link to all of their transactions. --- billing/app/views/payments/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 billing/app/views/payments/index.html.haml (limited to 'billing/app/views/payments/index.html.haml') diff --git a/billing/app/views/payments/index.html.haml b/billing/app/views/payments/index.html.haml new file mode 100644 index 0000000..a3ad067 --- /dev/null +++ b/billing/app/views/payments/index.html.haml @@ -0,0 +1,2 @@ +- @transactions.each do |t| + = render :partial => "transaction_details", :locals => {:transaction => t} \ No newline at end of file -- cgit v1.2.3