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

mozilla / blurts-server / f3f44638-1a2f-4ab0-962d-3f21eca73642

pending completion
f3f44638-1a2f-4ab0-962d-3f21eca73642

push

circleci

GitHub
MNTOR-1004 backend work for v2 settings (#2773)

282 of 1245 branches covered (22.65%)

Branch coverage included in aggregate %.

77 of 77 new or added lines in 4 files covered. (100.0%)

959 of 3372 relevant lines covered (28.44%)

4.62 hits per line

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

0.0
/src/views/partials/email-verify.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
const containerStyle = `
×
8
  background: #f9f9fa;
9
  color: black;
10
  padding: 36px 0 24px;
11
`
12

13
const ctaStyle = `
×
14
  background-color: #0060df;
15
  border-radius: 4px;
16
  color: white;
17
  display: inline-block;
18
  margin: 24px 0;
19
  margin: auto;
20
  padding: 12px 24px;
21
`
22

23
const verifyPartial = (data) => `
×
24
  <tr>
25
    <td style='${containerStyle}'>
26
      <p>
27
        ${getMessage('email-verify-simply-click')}
28
      </p>
29
      <a
30
        href='${data.ctaHref}'
31
        style='${ctaStyle}'
32
      >
33
        ${getMessage('verify-email-cta')}
34
      </a>
35
      <p>
36
        <strong>
37
          ${getMessage('email-link-expires')}
38
        </strong>
39
      </p>
40
    </td>
41
  </tr>
42
`
43
export { verifyPartial }
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