mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix no-unnecessary-curly-strings
lint rule (#24580)
This commit is contained in:
parent
3e639e4aa7
commit
103fab37e3
@ -7,19 +7,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="presence-text">
|
<span class="presence-text">
|
||||||
<span class="description">
|
<span class="description">
|
||||||
{{#if this.isReply~}}
|
{{~#if this.isReply~}}
|
||||||
{{i18n "presence.replying" count=this.presenceUsers.length}}
|
{{i18n "presence.replying" count=this.presenceUsers.length}}
|
||||||
{{~else~}}
|
{{~else~}}
|
||||||
{{i18n "presence.editing" count=this.presenceUsers.length}}
|
{{i18n "presence.editing" count=this.presenceUsers.length}}
|
||||||
{{~/if}}
|
{{~/if~}}
|
||||||
{{~""~}}
|
|
||||||
</span>
|
</span>
|
||||||
{{~""~}}
|
|
||||||
<span class="wave">
|
<span class="wave">
|
||||||
{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,10 +12,9 @@
|
|||||||
{{i18n "presence.replying_to_topic" count=this.users.length}}
|
{{i18n "presence.replying_to_topic" count=this.users.length}}
|
||||||
</span>
|
</span>
|
||||||
<span class="wave">
|
<span class="wave">
|
||||||
{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
<span class="dot">.</span>
|
||||||
<span class="dot">.</span>{{~""~}}
|
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wave {
|
.wave {
|
||||||
|
display: inline-flex;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
||||||
.dot {
|
.dot {
|
||||||
|
Loading…
Reference in New Issue
Block a user