Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6b390f2e
Commit
6b390f2e
authored
May 23, 2016
by
Malik Shahzad
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12529 from edx/malikshahzad228/WL-484
WL-484: Receipt total bill cell alignment fixed
parents
ec44b296
9f421219
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lms/templates/commerce/receipt.underscore
+3
-2
No files found.
lms/templates/commerce/receipt.underscore
View file @
6b390f2e
...
@@ -45,8 +45,9 @@
...
@@ -45,8 +45,9 @@
<tfoot>
<tfoot>
<tr>
<tr>
<th scope="row" class="total-label" colspan="1"><%- gettext( "Total" ) %></th>
<th scope="row" class="total-label"><%- gettext( "Total" ) %></th>
<td class="total-value" colspan="3">
<td colspan="2"></td>
<td class="total-value">
<span class="value-amount"><%- receipt.totalCost %></span>
<span class="value-amount"><%- receipt.totalCost %></span>
<span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span>
<span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span>
</td>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment