summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_transaction_details.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-06-11 12:16:13 -0700
committerAzul <azul@leap.se>2013-07-17 10:47:14 +0200
commitd3e4489cc4833c196eeef77f4fe0680c3f7e7a09 (patch)
treeeb71cac652850e60f9a7669aba8beb856a8459ea /billing/app/views/payments/_transaction_details.html.haml
parent888baf7539e131a6201dd6f53a152eeaeb8a0f94 (diff)
More cleanup of billing code.
Diffstat (limited to 'billing/app/views/payments/_transaction_details.html.haml')
-rw-r--r--billing/app/views/payments/_transaction_details.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/payments/_transaction_details.html.haml b/billing/app/views/payments/_transaction_details.html.haml
index 53483d9..030639e 100644
--- a/billing/app/views/payments/_transaction_details.html.haml
+++ b/billing/app/views/payments/_transaction_details.html.haml
@@ -7,7 +7,7 @@
Status:
= transaction.status
Date
- = transaction.created_at
+ = transaction.created_at.strftime("%Y-%m-%d")
- if sub_start = transaction.subscription_details.billing_period_start_date
From subscription which started
= sub_start