From 3b570cd9e0bd5e3c42183bfe4874af67b08eddb8 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 11 Feb 2014 08:26:05 -0500 Subject: [PATCH] Minor template cleanup --- views/api/venmo.jade | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/api/venmo.jade b/views/api/venmo.jade index 7813d26106b..46b8f12cfd0 100644 --- a/views/api/venmo.jade +++ b/views/api/venmo.jade @@ -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. \ No newline at end of file + td(colspan=5) No recent payments.