• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / blurts-server / c12b763b-3145-4de7-902f-e08dab211da6

pending completion
c12b763b-3145-4de7-902f-e08dab211da6

Pull #2889

circleci

Florian Zia
fix: Append utm params
Pull Request #2889: Opt-out mechanism for emails

282 of 1437 branches covered (19.62%)

Branch coverage included in aggregate %.

53 of 53 new or added lines in 7 files covered. (100.0%)

959 of 3954 relevant lines covered (24.25%)

4.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/views/partials/unsubscribe.js
1
/* This Source Code Form is subject to the terms of the Mozilla Public
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4

5
import { getMessage } from '../../utils/fluent.js'
6

7
export const unsubscribe = data => `
×
8
  <section class="unsubscribe">
9
    <h1>${getMessage('unsub-headline')}</h1>
10
    <pre>${JSON.stringify(data, null, 2)}</pre>
11
    <p>
12
      ${getMessage('unsub-blurb')}
13
    </p>
14
    <button
15
      class='primary js-unsubscribe-button'
16
      data-csrf-token='${data.csrfToken}'
17
    >
18
      ${getMessage('unsub-button')}
19
    </button>
20
  </section>
21
`
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc