Skip to content
Snippets Groups Projects
Commit 6b390f2e authored by Malik Shahzad's avatar Malik Shahzad
Browse files

Merge pull request #12529 from edx/malikshahzad228/WL-484

WL-484: Receipt total bill cell alignment fixed
parents ec44b296 9f421219
No related merge requests found
......@@ -45,8 +45,9 @@
<tfoot>
<tr>
<th scope="row" class="total-label" colspan="1"><%- gettext( "Total" ) %></th>
<td class="total-value" colspan="3">
<th scope="row" class="total-label"><%- gettext( "Total" ) %></th>
<td colspan="2"></td>
<td class="total-value">
<span class="value-amount"><%- receipt.totalCost %></span>
<span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment