diff --git a/app/views/admin/account/show.html.haml b/app/views/admin/account/show.html.haml index 07c540ba1f..e46fb9623f 100644 --- a/app/views/admin/account/show.html.haml +++ b/app/views/admin/account/show.html.haml @@ -45,26 +45,3 @@ %td.text-center   %td= t(:total).upcase %td.text-right= invoice_total_for(invoice) - - --# - if @enterprises.empty? --# %h4 No enterprises to display --# --# - @enterprises.each do |enterprise| --# %h2= enterprise.name --# %table --# %thead --# %th Begins --# %th Ends --# %th Sells --# %th Trial? --# %th Turnover --# %th Bill --# - enterprise.billable_periods.each do |billable_period| --# %tr --# %td= billable_period.begins_at.in_time_zone.strftime("%F %T") --# %td= billable_period.ends_at.in_time_zone.strftime("%F %T") --# %td= billable_period.sells --# %td= billable_period.trial? --# %td= billable_period.display_turnover --# %td= billable_period.display_bill