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