2023-02-02 17:29:51 +01:00
|
|
|
<div class="main-view-banner {{banner_type}} {{classname}}">
|
2024-05-01 20:24:02 +02:00
|
|
|
<div class="main-view-banner-elements-wrapper">
|
2023-02-02 17:29:51 +01:00
|
|
|
{{#if banner_text}}
|
|
|
|
<p class="banner_content">{{banner_text}}</p>
|
|
|
|
{{else}}
|
2024-11-18 21:13:43 +01:00
|
|
|
<div class="banner_content">{{> @partial-block .}}</div>
|
2023-02-02 17:29:51 +01:00
|
|
|
{{/if}}
|
|
|
|
{{#if button_text}}
|
2024-11-02 05:51:21 +01:00
|
|
|
{{#if button_link}}
|
|
|
|
<a href="{{button_link}}">
|
|
|
|
<button class="main-view-banner-action-button{{#if hide_close_button}} right_edge{{/if}}">{{button_text}}</button>
|
|
|
|
</a>
|
|
|
|
{{else}}
|
2023-02-02 17:29:51 +01:00
|
|
|
<button class="main-view-banner-action-button{{#if hide_close_button}} right_edge{{/if}}">{{button_text}}</button>
|
|
|
|
{{/if}}
|
2024-11-02 05:51:21 +01:00
|
|
|
{{/if}}
|
2023-02-02 17:29:51 +01:00
|
|
|
</div>
|
|
|
|
{{#unless hide_close_button}}
|
|
|
|
<a role="button" class="zulip-icon zulip-icon-close main-view-banner-close-button"></a>
|
|
|
|
{{/unless}}
|
|
|
|
</div>
|