Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
apps.education
apps.education-front
Commits
ffb0a944
Commit
ffb0a944
authored
Mar 10, 2021
by
Mahëd Benzerga
Browse files
Ajout message incendie
parent
79fcb48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/default.vue
View file @
ffb0a944
<
template
>
<div>
<navbar/>
<message
v-if=
"message"
type=
"is-
success
"
>
<message
v-if=
"message"
type=
"is-
warning
"
>
<template
slot=
"message"
>
<icon
:aria-label=
"$t('common.warning')"
class=
"is-hidden-mobile"
type=
"is-
success
"
icon=
"alert-circle-outline"
inline
/>
<icon
:aria-label=
"$t('common.warning')"
class=
"is-hidden-mobile"
type=
"is-
warning
"
icon=
"alert-circle-outline"
inline
/>
<div
v-html=
"message"
>
</div>
</
template
>
...
...
@@ -30,7 +30,8 @@ export default {
data
()
{
return
{
academies
:
[],
message
:
this
.
$t
(
'
common.warningMessage
'
)
// message: this.$t('common.warningMessage')
message
:
"
Le site est actuellement perturbé suite à un incendie chez notre hébergeur.
"
}
},
async
created
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment