Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Fix transaction fee and amount header alignment - Closes #225 #227

Merged
merged 4 commits into from
May 17, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/app/components/transactions/transactions.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ md-card.offline-hide
th(md-column) Transaction ID
th(md-column) From / To
th(md-column) Transfer to this
th(md-column)
th(md-column) Amount
th(md-column) Fee
tbody(md-body, infinite-scroll='$ctrl.showMore()')
Expand Down