Remove unnecssary DIVs with error messages
parent
d7d3cbe505
commit
101a6f8503
|
@ -10,9 +10,5 @@ block content
|
|||
h1.logo
|
||||
img(src="/images/logo.png", alt="TAIGA")
|
||||
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
|
||||
|
|
|
@ -10,9 +10,5 @@ block content
|
|||
h1.logo
|
||||
img(src="/images/logo.png", alt="TAIGA")
|
||||
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
|
||||
|
|
|
@ -10,9 +10,5 @@ block content
|
|||
h1.logo
|
||||
img(src="/images/logo.png", alt="TAIGA")
|
||||
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
|
||||
|
|
|
@ -10,9 +10,5 @@ block content
|
|||
h1.logo
|
||||
img(src="/images/logo.png", alt="TAIGA")
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue