Minor template cleanup
This commit is contained in:
@ -38,8 +38,6 @@ block content
|
||||
strong #{profile.user.id}
|
||||
p #{profile.user.about}
|
||||
|
||||
br
|
||||
|
||||
.row
|
||||
.col-sm-5
|
||||
h3 Make Payment
|
||||
@ -58,7 +56,6 @@ block content
|
||||
button.btn.btn-primary(type='submit')
|
||||
i.fa.fa-usd
|
||||
| Send
|
||||
br
|
||||
|
||||
h3 Recent Payments
|
||||
table.table.table-striped.table-condensed.table-bordered
|
||||
@ -80,4 +77,4 @@ block content
|
||||
td= payment.note
|
||||
else
|
||||
tr
|
||||
td(colspan=5) No recent payments.
|
||||
td(colspan=5) No recent payments.
|
||||
|
Reference in New Issue
Block a user