From 66914b9b519e6206c51e4390bc5c2fabd1d34631 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Sat, 9 May 2015 19:46:07 -0400 Subject: [PATCH] Fix layout issue with validation on account page --- views/account/account.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/account/account.jade b/views/account/account.jade index a50f98645b..918531960a 100644 --- a/views/account/account.jade +++ b/views/account/account.jade @@ -147,10 +147,10 @@ block content label.col-sm-3.col-sm-offset-2.control-label(for='email') Facebook .col-sm-4 input.form-control(type='url', name='facebookProfile', id='facebookProfile', autocomplete="off", ng-model='user.profile.facebookProfile', placeholder='http://') - .col-sm-4.col-sm-offset-5(ng-cloak, ng-show="profileForm.facebookProfile.$error.url && !profileForm.facebookProfile.$pristine") - alert(type='danger') - span.ion-close-circled - | Please enter a valid URL format (http://www.example.com). + .col-sm-4.col-sm-offset-5(ng-cloak, ng-show="profileForm.facebookProfile.$error.url && !profileForm.facebookProfile.$pristine") + alert(type='danger') + span.ion-close-circled + | Please enter a valid URL format (http://www.example.com). .form-group .col-sm-offset-5.col-sm-4