mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 08:47:30 +08:00
10 lines
248 B
Handlebars
10 lines
248 B
Handlebars
{{#if this.showing}}
|
|
<div class="offline-indicator">
|
|
<span>{{i18n "offline_indicator.no_internet"}}</span>
|
|
<DButton
|
|
@label="offline_indicator.refresh_page"
|
|
@display="link"
|
|
@action={{this.refresh}}
|
|
/>
|
|
</div>
|
|
{{/if}} |