mirror of
https://github.com/wekan/wekan.git
synced 2026-03-14 01:16:13 +01:00
Finish the transition from Spacebars to Jade
This commit is contained in:
parent
a16b7cd69c
commit
a41e07b37e
3 changed files with 14 additions and 17 deletions
|
|
@ -16,3 +16,11 @@ template(name="defaultLayout")
|
|||
#content
|
||||
+yield
|
||||
|
||||
template(name="notfound")
|
||||
+message(label='page-not-found')
|
||||
|
||||
template(name="message")
|
||||
.big-message.quiet(class=color)
|
||||
h1 {{_ label}}
|
||||
with(pathFor route='atSignIn')
|
||||
p {{{_ 'page-maybe-private' this}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue