feat: change Post-it to Memo
This commit is contained in:
parent
71298ee166
commit
142dfbcbe5
2 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@ html(lang="fr")
|
|||
h2 Exporter le tableau
|
||||
button#export-txt.btn.btn-primary Format texte
|
||||
button#export-csv.btn.btn-primary Format CSV
|
||||
button#export-json.btn.btn-primary Format JSON (pour import dans Post-it)
|
||||
button#export-json.btn.btn-primary Format JSON (pour import dans Memo)
|
||||
div.names
|
||||
p <i class="fa fa-fw fa-lg fa-users"></i> connectés :
|
||||
input#yourname-input
|
||||
|
@ -85,9 +85,9 @@ html(lang="fr")
|
|||
div.title
|
||||
a(href="/", title="Retour à la page d'accueil")
|
||||
if locals.logoUrl
|
||||
img.logo(src=locals.logoUrl, alt="logo Post-it")
|
||||
img.logo(src=locals.logoUrl, alt="logo Memo")
|
||||
else
|
||||
span.logo-title Post-it
|
||||
span.logo-title Memo
|
||||
if (locals.home === true)
|
||||
div.base-line Organiser ses idées collectivement
|
||||
if (locals.demo === true)
|
||||
|
@ -107,4 +107,4 @@ html(lang="fr")
|
|||
script(src="lib/marked.min.js")
|
||||
script(src="lib/moment-with-locales.min.js")
|
||||
script(src="socket.io/socket.io.js")
|
||||
script(src="script.js")
|
||||
script(src="script.js")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue