0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated newsletter management heading

- without the multiple newsletter UI flag, a site can have only one newsletter
- updates the heading for newsletter management UI to singular in that case
This commit is contained in:
Rishabh 2022-04-25 17:41:26 +05:30 committed by Matt Hanley
parent 57b8a83880
commit 6344344551

View file

@ -1,6 +1,10 @@
<div class="gh-main-section gh-newsletters">
<div class="flex justify-between items-center">
<h4 class="gh-main-section-header small bn">Newsletters</h4>
{{#if (feature "multipleNewslettersUI")}}
<h4 class="gh-main-section-header small bn">Newsletters</h4>
{{else}}
<h4 class="gh-main-section-header small bn">Newsletter</h4>
{{/if}}
{{#if this.archivedNewsletters}}
<div>
<div>