mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: composer.hbs: fix indentation
This commit is contained in:
parent
1703270055
commit
f900efaa4a
@ -150,7 +150,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
||||||
|
|
||||||
{{#if site.mobileView}}
|
{{#if site.mobileView}}
|
||||||
{{#if whisperOrUnlistTopic}}
|
{{#if whisperOrUnlistTopic}}
|
||||||
<span class='whisper'>
|
<span class='whisper'>
|
||||||
@ -162,7 +161,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
||||||
{{#if isUploading}}
|
{{#if isUploading}}
|
||||||
<div id="file-uploading">
|
<div id="file-uploading">
|
||||||
{{loading-spinner size="small"}}<span>{{i18n 'upload_selector.uploading'}} {{uploadProgress}}%</span>
|
{{loading-spinner size="small"}}<span>{{i18n 'upload_selector.uploading'}} {{uploadProgress}}%</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user