fix profile form indentation

stable
Juanfran 2016-01-25 14:27:39 +01:00
parent 73eacf6a44
commit 0bb3cf3337
1 changed files with 12 additions and 12 deletions

View File

@ -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)