Fix identation

stable
David Barragán Merino 2015-05-08 12:16:12 +02:00
parent 42ea4555e6
commit 9e473f05ef
1 changed files with 10 additions and 3 deletions

View File

@ -1,13 +1,20 @@
form.login-form
p.form-header(translate="LOGIN_COMMON.HEADER")
fieldset
input(type="text", name="username", ng-model="dataLogin.username", data-required="true",
placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}")
fieldset.login-password
input(type="password", name="password", ng-model="dataLogin.password", data-required="true",
placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_PASSWORD' | translate}}")
a.forgot-pass(href="", tg-nav="forgot-password", title="{{'LOGIN_COMMON.TITLE_LINK_FORGOT_PASSWORD' | translate}}", translate="LOGIN_COMMON.LINK_FORGOT_PASSWORD")
a.forgot-pass(href="", tg-nav="forgot-password",
title="{{'LOGIN_COMMON.TITLE_LINK_FORGOT_PASSWORD' | translate}}",
translate="LOGIN_COMMON.LINK_FORGOT_PASSWORD")
fieldset
button.button-login.button-gray.submit-button(type="submit", title="{{'LOGIN_COMMON.ACTION_ENTER' | translate}}", translate="LOGIN_COMMON.ACTION_ENTER")
button.button-login.button-gray.submit-button(type="submit",
title="{{'LOGIN_COMMON.ACTION_ENTER' | translate}}",
translate="LOGIN_COMMON.ACTION_ENTER")
fieldset(ng-repeat="plugin in contribPlugins|filter:{type: 'auth'}", ng-include="plugin.template")