Skip to content

Commit

Permalink
PC-577: Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-Clarke committed Nov 27, 2024
1 parent 8795fed commit a4d2c9d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions SeaPublicWebsite/Views/EnergyEfficiency/SolarElectricPanels.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@
@SharedLocalizer["HelpMeAnswerSolarElectricPanelsString"]
</p>
</text>;

@*Func<object, object> blueBannerHint = null;
if (Model.Epc?.SolarElectricPanels is not null)
{
blueBannerHint =
@<p class="govuk-body">
@(Model.Epc?.SolarElectricPanels switch
{
SolarElectricPanels.Yes => SharedLocalizer["EPCSuggestsHasSolarPanelsString", Model.Epc.LodgementYear],
SolarElectricPanels.No => SharedLocalizer["EPCSuggestsNoSolarPanelsString", Model.Epc.LodgementYear],
_ => throw new ArgumentOutOfRangeException()
})
</p>;
}*@
}

@(await Html.GovUkRadiosFor(m => m.SolarElectricPanels,
Expand All @@ -67,15 +53,6 @@
SummaryText = SharedLocalizer["Help me answer this question"].Value,
Html = details
})

@*@if (blueBannerHint is not null)
{
@await Html.GovUkInsetText(new InsetTextViewModel
{
Classes = "sea-epc-hint",
Html = blueBannerHint
})
}*@
</text>
}
))
Expand Down

0 comments on commit a4d2c9d

Please sign in to comment.