mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
digest: Add header above plain text view of digest.
This commit adds a header above the plain text view of the digest to be more clear about what the user is seeing. A bit hacky, but the page is an internal development tool. Fixes #21165.
This commit is contained in:
@@ -256,8 +256,9 @@ html {
|
|||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#digest-page-title {
|
.digest-page-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thanks-page div {
|
.thanks-page div {
|
||||||
|
|||||||
@@ -8,13 +8,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="digest-container">
|
<div class="digest-container">
|
||||||
<div class="digest-email-container">
|
<div class="digest-email-container">
|
||||||
<div class="portico-page" id="digest-page-title">
|
<div class="portico-page digest-page-title">
|
||||||
<h1> Zulip digest </h1>
|
<h1> Zulip digest </h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="digest-email-html">
|
<div class="digest-email-html">
|
||||||
{% include 'zerver/emails/compiled/digest.html' %}
|
{% include 'zerver/emails/compiled/digest.html' %}
|
||||||
<img id="digest-footer" src="/static/images/emails/footer.png"/>
|
<img id="digest-footer" src="/static/images/emails/footer.png"/>
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<h2 class="digest-page-title">Plain text version</h2>
|
||||||
<pre>{% include 'zerver/emails/digest.txt' %}</pre>
|
<pre>{% include 'zerver/emails/digest.txt' %}</pre>
|
||||||
<div class="digest-address-link"> {{physical_address}}</div>
|
<div class="digest-address-link"> {{physical_address}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user