mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This reverses the policy that was set, but incompletely enforced, by
commit 951514dd7d
. The self-closing tag
syntax is clearer, more consistent, simpler to parse, compatible with
XML, preferred by Prettier, and (most importantly now) required by
FormatJS.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
11 lines
532 B
Handlebars
11 lines
532 B
Handlebars
<div class="hotspot-inline trailing_bookend bookend hotspot-message" id="hotspot_intro_reply_icon">
|
|
<div class="hotspot-inline-top"><h1 class="hotspot-title">Send a reply</h1></div>
|
|
<div class="hotspot-inline-left">
|
|
<img class="hotspot-img" alt="" src="/static/images/hotspots/whale.svg" />
|
|
</div>
|
|
<div class="hotspot-inline-right">
|
|
<p>{{t 'Click anywhere on a message to reply.' }}</p>
|
|
<button class="hotspot-button hotspot-confirm" type="button">{{t 'Got it!' }}</button>
|
|
</div>
|
|
</div>
|