diff options
Diffstat (limited to 'billing/app/views/subscriptions/show.html.haml')
-rw-r--r-- | billing/app/views/subscriptions/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/billing/app/views/subscriptions/show.html.haml b/billing/app/views/subscriptions/show.html.haml new file mode 100644 index 0000000..4ee015c --- /dev/null +++ b/billing/app/views/subscriptions/show.html.haml @@ -0,0 +1 @@ += render :partial => "subscription_details", :locals => {:subscription => @subscription} |