From 0bb3cf3337d8e69457b931fbbc0d22ee9abb6c76 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 25 Jan 2016 14:27:39 +0100 Subject: [PATCH] fix profile form indentation --- app/partials/user/user-profile.jade | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/partials/user/user-profile.jade b/app/partials/user/user-profile.jade index 2f4c0470..8cab43ea 100644 --- a/app/partials/user/user-profile.jade +++ b/app/partials/user/user-profile.jade @@ -113,17 +113,17 @@ div.wrapper( maxlength="210" ) - fieldset.submit - button.button-green.submit-button( - type="submit" - title="{{'COMMON.SAVE' | translate}}", - translate="COMMON.SAVE" - ) - a.delete-account( - href="" - title="{{'USER_PROFILE.ACTION_DELETE_ACCOUNT' | translate}}" - ng-click="ctrl.openDeleteLightbox()" - translate="USER_PROFILE.ACTION_DELETE_ACCOUNT" - ) + fieldset.submit + button.button-green.submit-button( + type="submit" + title="{{'COMMON.SAVE' | translate}}", + translate="COMMON.SAVE" + ) + a.delete-account( + href="" + title="{{'USER_PROFILE.ACTION_DELETE_ACCOUNT' | translate}}" + ng-click="ctrl.openDeleteLightbox()" + translate="USER_PROFILE.ACTION_DELETE_ACCOUNT" + ) div.lightbox.lightbox-delete-account(tg-lb-delete-user)