Remove unnecssary DIVs with error messages

stable
David Barragán Merino 2014-07-09 13:56:55 +02:00
parent d7d3cbe505
commit 101a6f8503
4 changed files with 0 additions and 16 deletions

View File

@ -10,9 +10,5 @@ block content
h1.logo h1.logo
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Project management web application with scrum in mind! p.tagline Project management web application with scrum in mind!
p.login-error
span.title Ooops! Something went wrong!
span.text According to our Oompa Loompas, your are not registered yet.
a.icon.icon-delete(href="", title="Close message")
include views/modules/change-password-from-recovery-form include views/modules/change-password-from-recovery-form

View File

@ -10,9 +10,5 @@ block content
h1.logo h1.logo
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Project management web application with scrum in mind! p.tagline Project management web application with scrum in mind!
p.login-error
span.title Ooops! Something went wrong!
span.text According to our Oompa Loompas, your are not registered yet.
a.icon.icon-delete(href="", title="Close message")
include views/modules/forgot-form include views/modules/forgot-form

View File

@ -10,9 +10,5 @@ block content
h1.logo h1.logo
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Project management web application with scrum in mind! p.tagline Project management web application with scrum in mind!
p.login-error
span.title Ooops! Something went wrong!
span.text According to our Oompa Loompas, your username or password are incorrect.
a.icon.icon-delete(href="", title="Close message")
include views/modules/login-form include views/modules/login-form

View File

@ -10,9 +10,5 @@ block content
h1.logo h1.logo
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Project management web application with scrum in mind! p.tagline Project management web application with scrum in mind!
p.login-error
span.title Ooops! Something went wrong!
span.text According to our Oompa Loompas, your username or password are incorrect.
a.icon.icon-delete(href="", title="Close message")
include views/modules/register-form include views/modules/register-form