mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
templates: Add a popover with tab pinning instructions.
We'll pop this up in an onboarding checklist step. (imported from commit b3ef325bc7551de814f8dd88e5c18775218eb54e)
This commit is contained in:
parent
4dd0a3d1be
commit
bfdf3bceae
26
zephyr/static/templates/sticky_app_popover.handlebars
Normal file
26
zephyr/static/templates/sticky_app_popover.handlebars
Normal file
@ -0,0 +1,26 @@
|
||||
{{! Contents of the "make the app sticky" onboarding popup }}
|
||||
|
||||
<div>
|
||||
<h1>Pin this tab!</h1>
|
||||
|
||||
<p>Humbug works best when it's always open. Take a second to pin
|
||||
your Humbug browser tab using the instructions for:</p>
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li><a target="_blank"
|
||||
href="https://support.google.com/chrome/bin/answer.py?hl=en&answer=95622">Chrome</a></li>
|
||||
<li><a target="_blank"
|
||||
href="https://support.mozilla.org/en-US/kb/pinned-tabs-keep-favorite-websites-open">Firefox</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>Or, if you prefer Humbug as a stand-alone desktop app, we've
|
||||
got you covered! Visit <a target="_blank"
|
||||
href="https://humbughq.com/apps">our apps page</a> for Mac,
|
||||
Linux, and Windows instructions.</p>
|
||||
|
||||
<div id="send_controls">
|
||||
<input type="submit" id="sticky_done" value="Done" class="btn btn-big btn-primary" />
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user