Skip to content

Commit

Permalink
Merge pull request #2705 from yono/fix_layout_display_orders_price
Browse files Browse the repository at this point in the history
Fix css class in taxons
gmacdougall authored Apr 20, 2018

Verified

This commit was signed with the committer’s verified signature.
macalinao Ian Macalinao
2 parents a69e4e2 + 987ddc8 commit f2a921e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="#" id="product_{{ id }}" data-product-id="{{ id }}" class="sort_item list-group-item">
<i class="fa fa-sort"></i>
<span class="product_name">{{ name }}</span>
<span class="right">{{ display_price }}</span>
<span class="float-right">{{ display_price }}</span>
</a>

0 comments on commit f2a921e

Please sign in to comment.