mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 07:35:47 +08:00
8 lines
No EOL
190 B
Handlebars
Vendored
8 lines
No EOL
190 B
Handlebars
Vendored
{{#if this.hasFormattedLogs}}
|
|
<pre>{{this.formattedLogs}}</pre>
|
|
{{else}}
|
|
<p>{{this.noLogsMessage}}</p>
|
|
{{/if}}
|
|
{{#if this.showLoadingSpinner}}
|
|
<div class="spinner small"></div>
|
|
{{/if}} |