mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-04 19:15:49 +02:00
14 lines
387 B
HTML
14 lines
387 B
HTML
|
{{ if .Site.Params.notification.enable }}
|
||
|
<div class='notification-bar sticky-top'>
|
||
|
<div class="notification-bar__content">
|
||
|
<a class="notification-bar__close">
|
||
|
<span aria-hidden="true">×</span>
|
||
|
</a>
|
||
|
<a href="{{ .Site.Params.notification.url | absURL }}">
|
||
|
{{ .Site.Params.notification.text }}
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{{ end }}
|