Skip to content
Snippets Groups Projects
Commit 872676e0 authored by Daniel Lorych's avatar Daniel Lorych :cookie:
Browse files

Add symbols to make app more readable

parent 156e2c08
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,10 @@
{
<tr>
<td>
@panel.PanelEfficiency
@panel.PanelEfficiency%
</td>
<td>
@panel.InstallationCost
£@panel.InstallationCost
</td>
<td>
@panel.PowerGeneratedSummer
......
......@@ -12,10 +12,10 @@
<h5>Panel Details</h5>
<ul>
<li>
Efficiency: @Model.PanelEfficiency
Efficiency: @Model.PanelEfficiency%
</li>
<li>
Installation Cost: @Model.InstallationCost
Installation Cost: £@Model.InstallationCost
</li>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment