mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-23 18:34:02 +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 }}
|