cozy/cozy-mobile

View on GitHub
src/app/templates/onboarding/permission_contacts.jade

Summary

Maintainability
Test Coverage
.wizard-step.fWizardContacts
    .big-icon-container
        img(src="./img/icon-contact.svg")

    h2= t('contacts header')

    p= t('contacts explanation')

    .button-block
        button#btn-nope= t('skip')
        button#btn-yep= t('authorize')