From 5845f80af0ffacda44d2b4ec8470da4a52dfbb99 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Mon, 3 Dec 2018 16:03:38 +0100 Subject: [PATCH] Remove commented out code Because git keeps it for you. --- app/views/admin/account/show.html.haml | 23 ----------------------- 1 file changed, 23 deletions(-) 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