2021-05-13 02:50:42 +02:00
|
|
|
|
<div id="about-zulip" class="overlay flex new-style" tabindex="-1" role="dialog" data-overlay="about-zulip" aria-hidden="true">
|
2021-02-09 11:16:52 +01:00
|
|
|
|
<div class="overlay-content modal-bg">
|
2021-06-14 13:19:27 +02:00
|
|
|
|
<button type="button" class="exit" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
2023-10-12 08:10:54 +02:00
|
|
|
|
<div class="overlay-body">
|
2021-05-13 02:50:42 +02:00
|
|
|
|
<div class="about-zulip-logo">
|
2023-02-22 23:03:47 +01:00
|
|
|
|
<a target="_blank" rel="noopener noreferrer" href="https://zulip.com"><img src="../../static/images/logo/zulip-org-logo.svg" alt="{{t 'Zulip' }}" /></a>
|
2021-05-13 02:50:42 +02:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2021-05-13 21:20:50 +02:00
|
|
|
|
<strong>Zulip Server</strong>
|
|
|
|
|
<br />
|
2023-03-15 23:51:27 +01:00
|
|
|
|
{{t "Version {zulip_version}" }}
|
2021-06-16 07:49:29 +02:00
|
|
|
|
<i class="fa fa-copy tippy-zulip-tooltip" data-tippy-content="{{t 'Copy version' }}" data-tippy-placement="right" data-clipboard-text="{{zulip_version}}"></i>
|
2021-06-14 13:19:27 +02:00
|
|
|
|
{{#if is_fork}}
|
2021-06-16 07:49:29 +02:00
|
|
|
|
<br />
|
2023-03-15 23:51:27 +01:00
|
|
|
|
{{t "Forked from upstream at {zulip_merge_base}" }}
|
2021-06-16 07:49:29 +02:00
|
|
|
|
<i class="fa fa-copy tippy-zulip-tooltip" data-tippy-content="{{t 'Copy version' }}" data-tippy-placement="right" data-clipboard-text="{{zulip_merge_base}}"></i>
|
2021-06-14 13:19:27 +02:00
|
|
|
|
{{/if}}
|
2021-02-09 11:16:52 +01:00
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2021-05-13 02:50:42 +02:00
|
|
|
|
Copyright 2012–2015 Dropbox, Inc., 2015–2021 Kandra Labs, Inc., and contributors.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Zulip is <a target="_blank" rel="noopener noreferrer" href="https://github.com/zulip/zulip#readme">open-source software</a>,
|
|
|
|
|
distributed under the Apache 2.0 license.
|
|
|
|
|
</p>
|
2021-02-09 11:16:52 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|